Html Css Color HEX #A0561B Rich Gold

📋 copy color: '#A0561B'

red 160 ◦ green 86 ◦ blue 27

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

Shades of Rich Gold #A0561B

Tints of Rich Gold #A0561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 58.61%
G = 31.5%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0561B (or 0xA0561B) is known color: Rich Gold. HEX triplet: A0, 56 and 1B. RGB value is (160,86,27). Sum of RGB (Red+Green+Blue) = 160+86+27=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0561B is #5FA9E4. Grayscale: #656565. Windows color (decimal): -6269413 or 1791648. OLE color: 1791648.

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

Color convert

RGB 160 86 27 -
CMYK 0 0.46 0.83 0.37
HSL 26.62º 0.71% 0.37% -
HSV(B) 26.62º 0.83% 0.63% -
XYZ 18.02 14.21 2.83 -
YUV 101.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 160 86 27 0 0.46 0.83 0.37 26.62 0.71 0.37
Hex A0 56 1B 0 2E 53 25 1B 47 25
Octal 240 126 33 0 56 123 45 33 107 45
Binary 10100000 1010110 11011 0 101110 1010011 100101 11011 1000111 100101

Color Harmonies of #A0561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0561B

Black with #A0561B

Text Example


Text Example

White with #A0561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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