Html Css Color HEX #A77000 Golden Brown

📋 copy color: '#A77000'

red 167 ◦ green 112 ◦ blue 0

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

Shades of Golden Brown #A77000

Tints of Golden Brown #A77000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.86%
G = 40.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A77000 (or 0xA77000) is known color: Golden Brown. HEX triplet: A7, 70 and 00. RGB value is (167,112,0). Sum of RGB (Red+Green+Blue) = 167+112+0=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A77000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77000 is #588FFF. Grayscale: #747474. Windows color (decimal): -5804032 or 28839. OLE color: 28839.

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

Color convert

RGB 167 112 0 -
CMYK 0 0.33 1 0.35
HSL 40.24º 1% 0.33% -
HSV(B) 40.24º 1% 0.65% -
XYZ 21.73 19.8 2.68 -
YUV 115.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 167 112 0 0 0.33 1 0.35 40.24 1 0.33
Hex A7 70 0 0 21 64 23 28 64 21
Octal 247 160 0 0 41 144 43 50 144 41
Binary 10100111 1110000 0 0 100001 1100100 100011 101000 1100100 100001

Color Harmonies of #A77000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77000

Black with #A77000

Text Example


Text Example

White with #A77000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77000; }

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

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

background-color css

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

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

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

border-color css

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

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

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