Html Css Color HEX #A0571A Rich Gold

📋 copy color: '#A0571A'

red 160 ◦ green 87 ◦ blue 26

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

Shades of Rich Gold #A0571A

Tints of Rich Gold #A0571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 58.61%
G = 31.87%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0571A (or 0xA0571A) is known color: Rich Gold. HEX triplet: A0, 57 and 1A. RGB value is (160,87,26). Sum of RGB (Red+Green+Blue) = 160+87+26=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0571A is #5FA8E5. Grayscale: #666666. Windows color (decimal): -6269158 or 1726368. OLE color: 1726368.

HSL color Cylindrical-coordinate representation of color #A0571A: hue angle of 27.31º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0571A is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 87 26 -
CMYK 0 0.46 0.84 0.37
HSL 27.31º 0.72% 0.36% -
HSV(B) 27.31º 0.84% 0.63% -
XYZ 18.09 14.36 2.8 -
YUV 101.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 160 87 26 0 0.46 0.84 0.37 27.31 0.72 0.36
Hex A0 57 1A 0 2E 54 25 1B 48 24
Octal 240 127 32 0 56 124 45 33 110 44
Binary 10100000 1010111 11010 0 101110 1010100 100101 11011 1001000 100100

Color Harmonies of #A0571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0571A

Black with #A0571A

Text Example


Text Example

White with #A0571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0571A; }

 p { color: rgb(160,87,26); }

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

background-color css

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

 a { background-color: rgb(160,87,26); }

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

border-color css

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

 span { border-color: rgb(160,87,26); }

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