#A0760B

Color #A0760B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A0760B

Tints of Golden Brown #A0760B

Color information

#A0760B (or 0xA0760B) is unknown color: approx Golden Brown. HEX triplet: A0, 76 and 0B. RGB value is (160,118,11). Sum of RGB (Red+Green+Blue) = 160+118+11=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0760B is #5F89F4. Grayscale: #767676. Windows color (decimal): -6261237 or 751264. OLE color: 751264.

HSL color Cylindrical-coordinate representation of color #A0760B: hue angle of 43.09º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0760B is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB16011811-
CMYK00.260.930.37
HSL43.09º87.13%33.53%-
HSV(B)43.09º93.12%62.75%-
XYZ21.0420.453.16-
YUV118.3667.41157.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=55.36%
G=40.83%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601181100.260.930.3743.0987.1333.53
HexA076B01A5D252b5722
Octal24016613032135455312742
Binary101000001110110101101101010111011001011010111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0760B; }

 p { color: rgb(160,118,11); }

 H1.HeaderClassName
 {
   color: #A0760B;
 }
 .AnyTagClassName
 {
   color: #A0760B;
 }
</style>
background-color css

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

 a { background-color: rgb(160,118,11); }

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

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

 span { border-color: rgb(160,118,11); }

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