Html Css Color HEX #A47512 Golden Brown

📋 copy color: '#A47512'

red 164 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #A47512

Tints of Golden Brown #A47512

RGB

 RED value IS 164 (64.45% from 255) = 54.85%

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

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

R = 54.85%
G = 39.13%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A47512 (or 0xA47512) is known color: Golden Brown. HEX triplet: A4, 75 and 12. RGB value is (164,117,18). Sum of RGB (Red+Green+Blue) = 164+117+18=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A47512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47512 is #5B8AED. Grayscale: #787878. Windows color (decimal): -5999342 or 1209764. OLE color: 1209764.

HSL color Cylindrical-coordinate representation of color #A47512: hue angle of 40.68º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A47512 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 117 18 -
CMYK 0 0.29 0.89 0.36
HSL 40.68º 0.8% 0.36% -
HSV(B) 40.68º 0.89% 0.64% -
XYZ 21.78 20.66 3.41 -
YUV 119.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 164 117 18 0 0.29 0.89 0.36 40.68 0.8 0.36
Hex A4 75 12 0 1D 59 24 29 50 24
Octal 244 165 22 0 35 131 44 51 120 44
Binary 10100100 1110101 10010 0 11101 1011001 100100 101001 1010000 100100

Color Harmonies of #A47512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47512

Black with #A47512

Text Example


Text Example

White with #A47512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47512; }

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

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

background-color css

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

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

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

border-color css

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

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

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