Html Css Color HEX #A77001 Golden Brown

📋 copy color: '#A77001'

red 167 ◦ green 112 ◦ blue 1

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

Shades of Golden Brown #A77001

Tints of Golden Brown #A77001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 59.64%
G = 40%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A77001 (or 0xA77001) is known color: Golden Brown. HEX triplet: A7, 70 and 01. RGB value is (167,112,1). Sum of RGB (Red+Green+Blue) = 167+112+1=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A77001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77001 is #588FFE. Grayscale: #747474. Windows color (decimal): -5804031 or 94375. OLE color: 94375.

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

Color convert

RGB 167 112 1 -
CMYK 0 0.33 0.99 0.35
HSL 40.12º 0.99% 0.33% -
HSV(B) 40.12º 0.99% 0.65% -
XYZ 21.74 19.81 2.71 -
YUV 115.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 167 112 1 0 0.33 0.99 0.35 40.12 0.99 0.33
Hex A7 70 1 0 21 63 23 28 63 21
Octal 247 160 1 0 41 143 43 50 143 41
Binary 10100111 1110000 1 0 100001 1100011 100011 101000 1100011 100001

Color Harmonies of #A77001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77001

Black with #A77001

Text Example


Text Example

White with #A77001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77001; }

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

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

background-color css

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

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

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

border-color css

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

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

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