Html Css Color HEX #A77005 Golden Brown

📋 copy color: '#A77005'

red 167 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #A77005

Tints of Golden Brown #A77005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 58.8%
G = 39.44%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A77005 (or 0xA77005) is known color: Golden Brown. HEX triplet: A7, 70 and 05. RGB value is (167,112,5). Sum of RGB (Red+Green+Blue) = 167+112+5=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A77005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77005 is #588FFA. Grayscale: #747474. Windows color (decimal): -5804027 or 356519. OLE color: 356519.

HSL color Cylindrical-coordinate representation of color #A77005: hue angle of 39.63º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A77005 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 112 5 -
CMYK 0 0.33 0.97 0.35
HSL 39.63º 0.94% 0.34% -
HSV(B) 39.63º 0.97% 0.65% -
XYZ 21.76 19.81 2.82 -
YUV 116.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 167 112 5 0 0.33 0.97 0.35 39.63 0.94 0.34
Hex A7 70 5 0 21 61 23 28 5E 22
Octal 247 160 5 0 41 141 43 50 136 42
Binary 10100111 1110000 101 0 100001 1100001 100011 101000 1011110 100010

Color Harmonies of #A77005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77005

Black with #A77005

Text Example


Text Example

White with #A77005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77005; }

 p { color: rgb(167,112,5); }

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

background-color css

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

 a { background-color: rgb(167,112,5); }

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

border-color css

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

 span { border-color: rgb(167,112,5); }

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