Html Css Color HEX #A76C0B Golden Brown

📋 copy color: '#A76C0B'

red 167 ◦ green 108 ◦ blue 11

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

Shades of Golden Brown #A76C0B

Tints of Golden Brown #A76C0B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 58.39%
G = 37.76%
B = 3.85%

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

#A76C0B (or 0xA76C0B) is known color: Golden Brown. HEX triplet: A7, 6C and 0B. RGB value is (167,108,11). Sum of RGB (Red+Green+Blue) = 167+108+11=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C0B is #5893F4. Grayscale: #737373. Windows color (decimal): -5805045 or 748711. OLE color: 748711.

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

Color convert

RGB 167 108 11 -
CMYK 0 0.35 0.93 0.35
HSL 37.31º 0.88% 0.35% -
HSV(B) 37.31º 0.93% 0.65% -
XYZ 21.36 18.96 2.85 -
YUV 114.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 167 108 11 0 0.35 0.93 0.35 37.31 0.88 0.35
Hex A7 6C B 0 23 5D 23 25 58 23
Octal 247 154 13 0 43 135 43 45 130 43
Binary 10100111 1101100 1011 0 100011 1011101 100011 100101 1011000 100011

Color Harmonies of #A76C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C0B

Black with #A76C0B

Text Example


Text Example

White with #A76C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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