Html Css Color HEX #A77412 Golden Brown

📋 copy color: '#A77412'

red 167 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #A77412

Tints of Golden Brown #A77412

RGB

 RED value IS 167 (65.63% from 255) = 55.48%

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 55.48%
G = 38.54%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A77412 (or 0xA77412) is known color: Golden Brown. HEX triplet: A7, 74 and 12. RGB value is (167,116,18). Sum of RGB (Red+Green+Blue) = 167+116+18=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A77412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77412 is #588BED. Grayscale: #787878. Windows color (decimal): -5802990 or 1209511. OLE color: 1209511.

HSL color Cylindrical-coordinate representation of color #A77412: hue angle of 39.46º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A77412 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 116 18 -
CMYK 0 0.31 0.89 0.35
HSL 39.46º 0.81% 0.36% -
HSV(B) 39.46º 0.89% 0.65% -
XYZ 22.29 20.75 3.4 -
YUV 120.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 167 116 18 0 0.31 0.89 0.35 39.46 0.81 0.36
Hex A7 74 12 0 1F 59 23 27 51 24
Octal 247 164 22 0 37 131 43 47 121 44
Binary 10100111 1110100 10010 0 11111 1011001 100011 100111 1010001 100100

Color Harmonies of #A77412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77412

Black with #A77412

Text Example


Text Example

White with #A77412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77412; }

 p { color: rgb(167,116,18); }

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

background-color css

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

 a { background-color: rgb(167,116,18); }

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

border-color css

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

 span { border-color: rgb(167,116,18); }

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