Html Css Color HEX #A0552A Rich Gold

📋 copy color: '#A0552A'

red 160 ◦ green 85 ◦ blue 42

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

Shades of Rich Gold #A0552A

Tints of Rich Gold #A0552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 55.75%
G = 29.62%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0552A (or 0xA0552A) is known color: Rich Gold. HEX triplet: A0, 55 and 2A. RGB value is (160,85,42). Sum of RGB (Red+Green+Blue) = 160+85+42=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0552A is #5FAAD5. Grayscale: #666666. Windows color (decimal): -6269654 or 2774432. OLE color: 2774432.

HSL color Cylindrical-coordinate representation of color #A0552A: hue angle of 21.86º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0552A is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 85 42 -
CMYK 0 0.47 0.74 0.37
HSL 21.86º 0.58% 0.4% -
HSV(B) 21.86º 0.74% 0.63% -
XYZ 18.16 14.14 3.96 -
YUV 102.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 160 85 42 0 0.47 0.74 0.37 21.86 0.58 0.4
Hex A0 55 2A 0 2F 4A 25 16 3A 28
Octal 240 125 52 0 57 112 45 26 72 50
Binary 10100000 1010101 101010 0 101111 1001010 100101 10110 111010 101000

Color Harmonies of #A0552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0552A

Black with #A0552A

Text Example


Text Example

White with #A0552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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