Html Css Color HEX #A0561E Rich Gold

📋 copy color: '#A0561E'

red 160 ◦ green 86 ◦ blue 30

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

Shades of Rich Gold #A0561E

Tints of Rich Gold #A0561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 57.97%
G = 31.16%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0561E (or 0xA0561E) is known color: Rich Gold. HEX triplet: A0, 56 and 1E. RGB value is (160,86,30). Sum of RGB (Red+Green+Blue) = 160+86+30=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0561E is #5FA9E1. Grayscale: #666666. Windows color (decimal): -6269410 or 1988256. OLE color: 1988256.

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

Color convert

RGB 160 86 30 -
CMYK 0 0.46 0.81 0.37
HSL 25.85º 0.68% 0.37% -
HSV(B) 25.85º 0.81% 0.63% -
XYZ 18.06 14.22 3.02 -
YUV 101.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 160 86 30 0 0.46 0.81 0.37 25.85 0.68 0.37
Hex A0 56 1E 0 2E 51 25 1A 44 25
Octal 240 126 36 0 56 121 45 32 104 45
Binary 10100000 1010110 11110 0 101110 1010001 100101 11010 1000100 100101

Color Harmonies of #A0561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0561E

Black with #A0561E

Text Example


Text Example

White with #A0561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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