Html Css Color HEX #A0760B Golden Brown

📋 copy color: '#A0760B'

red 160 ◦ green 118 ◦ blue 11

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

Shades of Golden Brown #A0760B

Tints of Golden Brown #A0760B

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 value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0760B (or 0xA0760B) is known color: 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

RGB 160 118 11 -
CMYK 0 0.26 0.93 0.37
HSL 43.09º 0.87% 0.34% -
HSV(B) 43.09º 0.93% 0.63% -
XYZ 21.04 20.45 3.16 -
YUV 118.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 160 118 11 0 0.26 0.93 0.37 43.09 0.87 0.34
Hex A0 76 B 0 1A 5D 25 2B 57 22
Octal 240 166 13 0 32 135 45 53 127 42
Binary 10100000 1110110 1011 0 11010 1011101 100101 101011 1010111 100010

Color Harmonies of #A0760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0760B

Black with #A0760B

Text Example


Text Example

White with #A0760B

Text Example


Text Example

HTML Codes & Css Web 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>