Html Css Color HEX #A76015 Golden Brown

📋 copy color: '#A76015'

red 167 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #A76015

Tints of Golden Brown #A76015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 58.8%
G = 33.8%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A76015 (or 0xA76015) is known color: Golden Brown. HEX triplet: A7, 60 and 15. RGB value is (167,96,21). Sum of RGB (Red+Green+Blue) = 167+96+21=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A76015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76015 is #589FEA. Grayscale: #6D6D6D. Windows color (decimal): -5808107 or 1400999. OLE color: 1400999.

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

Color convert

RGB 167 96 21 -
CMYK 0 0.43 0.87 0.35
HSL 30.82º 0.78% 0.37% -
HSV(B) 30.82º 0.87% 0.65% -
XYZ 20.25 16.64 2.85 -
YUV 108.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 167 96 21 0 0.43 0.87 0.35 30.82 0.78 0.37
Hex A7 60 15 0 2B 57 23 1F 4E 25
Octal 247 140 25 0 53 127 43 37 116 45
Binary 10100111 1100000 10101 0 101011 1010111 100011 11111 1001110 100101

Color Harmonies of #A76015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76015

Black with #A76015

Text Example


Text Example

White with #A76015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76015; }

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

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

background-color css

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

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

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

border-color css

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

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

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