Html Css Color HEX #A0561F Rich Gold

📋 copy color: '#A0561F'

red 160 ◦ green 86 ◦ blue 31

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

Shades of Rich Gold #A0561F

Tints of Rich Gold #A0561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 57.76%
G = 31.05%
B = 11.19%

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

#A0561F (or 0xA0561F) is known color: Rich Gold. HEX triplet: A0, 56 and 1F. RGB value is (160,86,31). Sum of RGB (Red+Green+Blue) = 160+86+31=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0561F is #5FA9E0. Grayscale: #666666. Windows color (decimal): -6269409 or 2053792. OLE color: 2053792.

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

Color convert

RGB 160 86 31 -
CMYK 0 0.46 0.81 0.37
HSL 25.58º 0.68% 0.37% -
HSV(B) 25.58º 0.81% 0.63% -
XYZ 18.07 14.23 3.09 -
YUV 101.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 160 86 31 0 0.46 0.81 0.37 25.58 0.68 0.37
Hex A0 56 1F 0 2E 51 25 1A 44 25
Octal 240 126 37 0 56 121 45 32 104 45
Binary 10100000 1010110 11111 0 101110 1010001 100101 11010 1000100 100101

Color Harmonies of #A0561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0561F

Black with #A0561F

Text Example


Text Example

White with #A0561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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