Html Css Color HEX #A76716 Golden Brown

📋 copy color: '#A76716'

red 167 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #A76716

Tints of Golden Brown #A76716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 57.19%
G = 35.27%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A76716 (or 0xA76716) is known color: Golden Brown. HEX triplet: A7, 67 and 16. RGB value is (167,103,22). Sum of RGB (Red+Green+Blue) = 167+103+22=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A76716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76716 is #5898E9. Grayscale: #717171. Windows color (decimal): -5806314 or 1468327. OLE color: 1468327.

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

Color convert

RGB 167 103 22 -
CMYK 0 0.38 0.87 0.35
HSL 33.52º 0.77% 0.37% -
HSV(B) 33.52º 0.87% 0.65% -
XYZ 20.93 17.97 3.13 -
YUV 112.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 167 103 22 0 0.38 0.87 0.35 33.52 0.77 0.37
Hex A7 67 16 0 26 57 23 22 4D 25
Octal 247 147 26 0 46 127 43 42 115 45
Binary 10100111 1100111 10110 0 100110 1010111 100011 100010 1001101 100101

Color Harmonies of #A76716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76716

Black with #A76716

Text Example


Text Example

White with #A76716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76716; }

 p { color: rgb(167,103,22); }

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

background-color css

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

 a { background-color: rgb(167,103,22); }

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

border-color css

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

 span { border-color: rgb(167,103,22); }

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