Html Css Color HEX #A0550B Golden Brown

📋 copy color: '#A0550B'

red 160 ◦ green 85 ◦ blue 11

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

Shades of Golden Brown #A0550B

Tints of Golden Brown #A0550B

RGB

 RED value IS 160 (62.89% from 255) = 62.5%

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 62.5%
G = 33.2%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0550B (or 0xA0550B) is known color: Golden Brown. HEX triplet: A0, 55 and 0B. RGB value is (160,85,11). Sum of RGB (Red+Green+Blue) = 160+85+11=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0550B is #5FAAF4. Grayscale: #636363. Windows color (decimal): -6269685 or 742816. OLE color: 742816.

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

Color convert

RGB 160 85 11 -
CMYK 0 0.47 0.93 0.37
HSL 29.8º 0.87% 0.34% -
HSV(B) 29.8º 0.93% 0.63% -
XYZ 17.81 13.99 2.08 -
YUV 98.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 160 85 11 0 0.47 0.93 0.37 29.8 0.87 0.34
Hex A0 55 B 0 2F 5D 25 1E 57 22
Octal 240 125 13 0 57 135 45 36 127 42
Binary 10100000 1010101 1011 0 101111 1011101 100101 11110 1010111 100010

Color Harmonies of #A0550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0550B

Black with #A0550B

Text Example


Text Example

White with #A0550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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