Html Css Color HEX #A0561C Rich Gold

📋 copy color: '#A0561C'

red 160 ◦ green 86 ◦ blue 28

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

Shades of Rich Gold #A0561C

Tints of Rich Gold #A0561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

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

R = 58.39%
G = 31.39%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0561C (or 0xA0561C) is known color: Rich Gold. HEX triplet: A0, 56 and 1C. RGB value is (160,86,28). Sum of RGB (Red+Green+Blue) = 160+86+28=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0561C is #5FA9E3. Grayscale: #656565. Windows color (decimal): -6269412 or 1857184. OLE color: 1857184.

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

Color convert

RGB 160 86 28 -
CMYK 0 0.46 0.82 0.37
HSL 26.36º 0.7% 0.37% -
HSV(B) 26.36º 0.83% 0.63% -
XYZ 18.03 14.21 2.89 -
YUV 101.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 160 86 28 0 0.46 0.82 0.37 26.36 0.7 0.37
Hex A0 56 1C 0 2E 52 25 1A 46 25
Octal 240 126 34 0 56 122 45 32 106 45
Binary 10100000 1010110 11100 0 101110 1010010 100101 11010 1000110 100101

Color Harmonies of #A0561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0561C

Black with #A0561C

Text Example


Text Example

White with #A0561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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