Html Css Color HEX #A0581C Rich Gold

📋 copy color: '#A0581C'

red 160 ◦ green 88 ◦ blue 28

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

Shades of Rich Gold #A0581C

Tints of Rich Gold #A0581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 57.97%
G = 31.88%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0581C (or 0xA0581C) is known color: Rich Gold. HEX triplet: A0, 58 and 1C. RGB value is (160,88,28). Sum of RGB (Red+Green+Blue) = 160+88+28=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0581C is #5FA7E3. Grayscale: #666666. Windows color (decimal): -6268900 or 1857696. OLE color: 1857696.

HSL color Cylindrical-coordinate representation of color #A0581C: hue angle of 27.27º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0581C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 88 28 -
CMYK 0 0.45 0.82 0.37
HSL 27.27º 0.7% 0.37% -
HSV(B) 27.27º 0.83% 0.63% -
XYZ 18.2 14.54 2.95 -
YUV 102.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 160 88 28 0 0.45 0.82 0.37 27.27 0.7 0.37
Hex A0 58 1C 0 2D 52 25 1B 46 25
Octal 240 130 34 0 55 122 45 33 106 45
Binary 10100000 1011000 11100 0 101101 1010010 100101 11011 1000110 100101

Color Harmonies of #A0581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0581C

Black with #A0581C

Text Example


Text Example

White with #A0581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0581C; }

 p { color: rgb(160,88,28); }

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

background-color css

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

 a { background-color: rgb(160,88,28); }

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

border-color css

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

 span { border-color: rgb(160,88,28); }

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