Html Css Color HEX #A17512 Golden Brown

📋 copy color: '#A17512'

red 161 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #A17512

Tints of Golden Brown #A17512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

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

R = 54.39%
G = 39.53%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A17512 (or 0xA17512) is known color: Golden Brown. HEX triplet: A1, 75 and 12. RGB value is (161,117,18). Sum of RGB (Red+Green+Blue) = 161+117+18=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A17512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17512 is #5E8AED. Grayscale: #777777. Windows color (decimal): -6195950 or 1209761. OLE color: 1209761.

HSL color Cylindrical-coordinate representation of color #A17512: hue angle of 41.54º 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 #A17512 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 18 -
CMYK 0 0.27 0.89 0.37
HSL 41.54º 0.8% 0.35% -
HSV(B) 41.54º 0.89% 0.63% -
XYZ 21.17 20.34 3.38 -
YUV 118.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 161 117 18 0 0.27 0.89 0.37 41.54 0.8 0.35
Hex A1 75 12 0 1B 59 25 2A 50 23
Octal 241 165 22 0 33 131 45 52 120 43
Binary 10100001 1110101 10010 0 11011 1011001 100101 101010 1010000 100011

Color Harmonies of #A17512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17512

Black with #A17512

Text Example


Text Example

White with #A17512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17512; }

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

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

background-color css

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

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

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

border-color css

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

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

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