Html Css Color HEX #A17112 Golden Brown

📋 copy color: '#A17112'

red 161 ◦ green 113 ◦ blue 18

#A17112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A17112

Tints of Golden Brown #A17112

RGB

 RED value IS 161 (63.28% from 255) = 55.14%

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 55.14%
G = 38.7%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A17112 (or 0xA17112) is known color: Golden Brown. HEX triplet: A1, 71 and 12. RGB value is (161,113,18). Sum of RGB (Red+Green+Blue) = 161+113+18=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A17112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17112 is #5E8EED. Grayscale: #747474. Windows color (decimal): -6196974 or 1208737. OLE color: 1208737.

HSL color Cylindrical-coordinate representation of color #A17112: hue angle of 39.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A17112 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 18 -
CMYK 0 0.30 0.89 0.37
HSL 39.86º 0.8% 0.35% -
HSV(B) 39.86º 0.89% 0.63% -
XYZ 20.71 19.43 3.23 -
YUV 116.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 161 113 18 0 0.30 0.89 0.37 39.86 0.8 0.35
Hex A1 71 12 0 1E 59 25 28 50 23
Octal 241 161 22 0 36 131 45 50 120 43
Binary 10100001 1110001 10010 0 11110 1011001 100101 101000 1010000 100011

Color Harmonies of #A17112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17112

Black with #A17112

Text Example


Text Example

White with #A17112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17112; }

 p { color: rgb(161,113,18); }

 H1.HeaderClassName
 {
   color: #A17112;
 }
 .AnyTagClassName
 {
   color: #A17112;
 }
</style>

background-color css

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

 a { background-color: rgb(161,113,18); }

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

border-color css

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

 span { border-color: rgb(161,113,18); }

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