Html Css Color HEX #A76215 Golden Brown

📋 copy color: '#A76215'

red 167 ◦ green 98 ◦ blue 21

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

Shades of Golden Brown #A76215

Tints of Golden Brown #A76215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

 BLUE value IS 21 (8.59% from 255) = 7.34%

R = 58.39%
G = 34.27%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A76215 (or 0xA76215) is known color: Golden Brown. HEX triplet: A7, 62 and 15. RGB value is (167,98,21). Sum of RGB (Red+Green+Blue) = 167+98+21=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A76215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76215 is #589DEA. Grayscale: #6E6E6E. Windows color (decimal): -5807595 or 1401511. OLE color: 1401511.

HSL color Cylindrical-coordinate representation of color #A76215: hue angle of 31.64º degrees, saturation: 0.78, 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 #A76215 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 21 -
CMYK 0 0.41 0.87 0.35
HSL 31.64º 0.78% 0.37% -
HSV(B) 31.64º 0.87% 0.65% -
XYZ 20.44 17.01 2.91 -
YUV 109.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 167 98 21 0 0.41 0.87 0.35 31.64 0.78 0.37
Hex A7 62 15 0 29 57 23 20 4E 25
Octal 247 142 25 0 51 127 43 40 116 45
Binary 10100111 1100010 10101 0 101001 1010111 100011 100000 1001110 100101

Color Harmonies of #A76215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76215

Black with #A76215

Text Example


Text Example

White with #A76215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76215; }

 p { color: rgb(167,98,21); }

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

background-color css

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

 a { background-color: rgb(167,98,21); }

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

border-color css

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

 span { border-color: rgb(167,98,21); }

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