#A9312F

Color #A9312F Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A9312F

Tints of Brown #A9312F

Color information

#A9312F (or 0xA9312F) is unknown color: approx Brown. HEX triplet: A9, 31 and 2F. RGB value is (169,49,47). Sum of RGB (Red+Green+Blue) = 169+49+47=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A9312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9312F is #56CED0. Grayscale: #545454. Windows color (decimal): -5689041 or 3092905. OLE color: 3092905.

HSL color Cylindrical-coordinate representation of color #A9312F: hue angle of 0.98º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9312F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1694947-
CMYK00.710.720.34
HSL0.98º56.48%42.35%-
HSV(B)0.98º72.19%66.27%-
XYZ17.9710.843.83-
YUV84.65106.76188.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 63.77%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=63.77%
G=18.49%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169494700.710.720.340.9856.4842.35
HexA9312F04748221382a
Octal251615701071104217052
Binary101010011100011011110100011110010001000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9312F; }

 p { color: rgb(169,49,47); }

 H1.HeaderClassName
 {
   color: #A9312F;
 }
 .AnyTagClassName
 {
   color: #A9312F;
 }
</style>
background-color css

<style>
 a { background-color: #A9312F; }

 a { background-color: rgb(169,49,47); }

 div.DivClassName
 {
   background-color: #A9312F;
 }
 .BgClassName
 {
   background-color: #A9312F;
 }
</style>
border-color css

<style>
 span { border-color: #A9312F; }

 span { border-color: rgb(169,49,47); }

 td.TdClassName
 {
   border-color: #A9312F;
 }
 .TagClassName
 {
   border-color: #A9312F;
 }
</style>