Html Css Color HEX #A77013 Golden Brown

📋 copy color: '#A77013'

red 167 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #A77013

Tints of Golden Brown #A77013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 56.04%
G = 37.58%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A77013 (or 0xA77013) is known color: Golden Brown. HEX triplet: A7, 70 and 13. RGB value is (167,112,19). Sum of RGB (Red+Green+Blue) = 167+112+19=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A77013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77013 is #588FEC. Grayscale: #767676. Windows color (decimal): -5804013 or 1274023. OLE color: 1274023.

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

Color convert

RGB 167 112 19 -
CMYK 0 0.33 0.89 0.35
HSL 37.7º 0.8% 0.36% -
HSV(B) 37.7º 0.89% 0.65% -
XYZ 21.85 19.85 3.3 -
YUV 117.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 167 112 19 0 0.33 0.89 0.35 37.7 0.8 0.36
Hex A7 70 13 0 21 59 23 26 50 24
Octal 247 160 23 0 41 131 43 46 120 44
Binary 10100111 1110000 10011 0 100001 1011001 100011 100110 1010000 100100

Color Harmonies of #A77013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77013

Black with #A77013

Text Example


Text Example

White with #A77013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77013; }

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

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

background-color css

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

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

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

border-color css

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

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

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