Html Css Color HEX #A0561A Rich Gold

📋 copy color: '#A0561A'

red 160 ◦ green 86 ◦ blue 26

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

Shades of Rich Gold #A0561A

Tints of Rich Gold #A0561A

RGB

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

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

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

R = 58.82%
G = 31.62%
B = 9.56%

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

#A0561A (or 0xA0561A) is known color: Rich Gold. HEX triplet: A0, 56 and 1A. RGB value is (160,86,26). Sum of RGB (Red+Green+Blue) = 160+86+26=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0561A is #5FA9E5. Grayscale: #656565. Windows color (decimal): -6269414 or 1726112. OLE color: 1726112.

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

Color convert

RGB 160 86 26 -
CMYK 0 0.46 0.84 0.37
HSL 26.87º 0.72% 0.36% -
HSV(B) 26.87º 0.84% 0.63% -
XYZ 18.01 14.2 2.77 -
YUV 101.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 160 86 26 0 0.46 0.84 0.37 26.87 0.72 0.36
Hex A0 56 1A 0 2E 54 25 1B 48 24
Octal 240 126 32 0 56 124 45 33 110 44
Binary 10100000 1010110 11010 0 101110 1010100 100101 11011 1001000 100100

Color Harmonies of #A0561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0561A

Black with #A0561A

Text Example


Text Example

White with #A0561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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