Html Css Color HEX #A76F0B Golden Brown

📋 copy color: '#A76F0B'

red 167 ◦ green 111 ◦ blue 11

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

Shades of Golden Brown #A76F0B

Tints of Golden Brown #A76F0B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

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

R = 57.79%
G = 38.41%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A76F0B (or 0xA76F0B) is known color: Golden Brown. HEX triplet: A7, 6F and 0B. RGB value is (167,111,11). Sum of RGB (Red+Green+Blue) = 167+111+11=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F0B is #5890F4. Grayscale: #747474. Windows color (decimal): -5804277 or 749479. OLE color: 749479.

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

Color convert

RGB 167 111 11 -
CMYK 0 0.34 0.93 0.35
HSL 38.46º 0.88% 0.35% -
HSV(B) 38.46º 0.93% 0.65% -
XYZ 21.68 19.61 2.96 -
YUV 116.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 167 111 11 0 0.34 0.93 0.35 38.46 0.88 0.35
Hex A7 6F B 0 22 5D 23 26 58 23
Octal 247 157 13 0 42 135 43 46 130 43
Binary 10100111 1101111 1011 0 100010 1011101 100011 100110 1011000 100011

Color Harmonies of #A76F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F0B

Black with #A76F0B

Text Example


Text Example

White with #A76F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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