Html Css Color HEX #A76B15 Golden Brown

📋 copy color: '#A76B15'

red 167 ◦ green 107 ◦ blue 21

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

Shades of Golden Brown #A76B15

Tints of Golden Brown #A76B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.27%

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

R = 56.61%
G = 36.27%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A76B15 (or 0xA76B15) is known color: Golden Brown. HEX triplet: A7, 6B and 15. RGB value is (167,107,21). Sum of RGB (Red+Green+Blue) = 167+107+21=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76B15 is #5894EA. Grayscale: #737373. Windows color (decimal): -5805291 or 1403815. OLE color: 1403815.

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

Color convert

RGB 167 107 21 -
CMYK 0 0.36 0.87 0.35
HSL 35.34º 0.78% 0.37% -
HSV(B) 35.34º 0.87% 0.65% -
XYZ 21.33 18.79 3.21 -
YUV 115.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 167 107 21 0 0.36 0.87 0.35 35.34 0.78 0.37
Hex A7 6B 15 0 24 57 23 23 4E 25
Octal 247 153 25 0 44 127 43 43 116 45
Binary 10100111 1101011 10101 0 100100 1010111 100011 100011 1001110 100101

Color Harmonies of #A76B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B15

Black with #A76B15

Text Example


Text Example

White with #A76B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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