Html Css Color HEX #A77208 Golden Brown

📋 copy color: '#A77208'

red 167 ◦ green 114 ◦ blue 8

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

Shades of Golden Brown #A77208

Tints of Golden Brown #A77208

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.45%

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 57.79%
G = 39.45%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A77208 (or 0xA77208) is known color: Golden Brown. HEX triplet: A7, 72 and 08. RGB value is (167,114,8). Sum of RGB (Red+Green+Blue) = 167+114+8=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A77208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77208 is #588DF7. Grayscale: #767676. Windows color (decimal): -5803512 or 553639. OLE color: 553639.

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

Color convert

RGB 167 114 8 -
CMYK 0 0.32 0.95 0.35
HSL 40º 0.91% 0.34% -
HSV(B) 40º 0.95% 0.65% -
XYZ 22 20.27 2.98 -
YUV 117.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 167 114 8 0 0.32 0.95 0.35 40 0.91 0.34
Hex A7 72 8 0 20 5F 23 28 5B 22
Octal 247 162 10 0 40 137 43 50 133 42
Binary 10100111 1110010 1000 0 100000 1011111 100011 101000 1011011 100010

Color Harmonies of #A77208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77208

Black with #A77208

Text Example


Text Example

White with #A77208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77208; }

 p { color: rgb(167,114,8); }

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

background-color css

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

 a { background-color: rgb(167,114,8); }

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

border-color css

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

 span { border-color: rgb(167,114,8); }

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