Html Css Color HEX #A76D0B Golden Brown

📋 copy color: '#A76D0B'

red 167 ◦ green 109 ◦ blue 11

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

Shades of Golden Brown #A76D0B

Tints of Golden Brown #A76D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 58.19%
G = 37.98%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A76D0B (or 0xA76D0B) is known color: Golden Brown. HEX triplet: A7, 6D and 0B. RGB value is (167,109,11). Sum of RGB (Red+Green+Blue) = 167+109+11=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D0B is #5892F4. Grayscale: #737373. Windows color (decimal): -5804789 or 748967. OLE color: 748967.

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

Color convert

RGB 167 109 11 -
CMYK 0 0.35 0.93 0.35
HSL 37.69º 0.88% 0.35% -
HSV(B) 37.69º 0.93% 0.65% -
XYZ 21.47 19.18 2.89 -
YUV 115.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 167 109 11 0 0.35 0.93 0.35 37.69 0.88 0.35
Hex A7 6D B 0 23 5D 23 26 58 23
Octal 247 155 13 0 43 135 43 46 130 43
Binary 10100111 1101101 1011 0 100011 1011101 100011 100110 1011000 100011

Color Harmonies of #A76D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D0B

Black with #A76D0B

Text Example


Text Example

White with #A76D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D0B; }

 p { color: rgb(167,109,11); }

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

background-color css

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

 a { background-color: rgb(167,109,11); }

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

border-color css

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

 span { border-color: rgb(167,109,11); }

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