Html Css Color HEX #A77100 Golden Brown

📋 copy color: '#A77100'

red 167 ◦ green 113 ◦ blue 0

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

Shades of Golden Brown #A77100

Tints of Golden Brown #A77100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 59.64%
G = 40.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A77100 (or 0xA77100) is known color: Golden Brown. HEX triplet: A7, 71 and 00. RGB value is (167,113,0). Sum of RGB (Red+Green+Blue) = 167+113+0=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A77100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77100 is #588EFF. Grayscale: #747474. Windows color (decimal): -5803776 or 29095. OLE color: 29095.

HSL color Cylindrical-coordinate representation of color #A77100: hue angle of 40.6º 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 #A77100 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 113 0 -
CMYK 0 0.32 1 0.35
HSL 40.6º 1% 0.33% -
HSV(B) 40.6º 1% 0.65% -
XYZ 21.84 20.03 2.71 -
YUV 116.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 167 113 0 0 0.32 1 0.35 40.6 1 0.33
Hex A7 71 0 0 20 64 23 29 64 21
Octal 247 161 0 0 40 144 43 51 144 41
Binary 10100111 1110001 0 0 100000 1100100 100011 101001 1100100 100001

Color Harmonies of #A77100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77100

Black with #A77100

Text Example


Text Example

White with #A77100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77100; }

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

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

background-color css

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

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

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

border-color css

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

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

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