Html Css Color HEX #A0551F Rich Gold

📋 copy color: '#A0551F'

red 160 ◦ green 85 ◦ blue 31

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

Shades of Rich Gold #A0551F

Tints of Rich Gold #A0551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 57.97%
G = 30.8%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0551F (or 0xA0551F) is known color: Rich Gold. HEX triplet: A0, 55 and 1F. RGB value is (160,85,31). Sum of RGB (Red+Green+Blue) = 160+85+31=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0551F is #5FAAE0. Grayscale: #656565. Windows color (decimal): -6269665 or 2053536. OLE color: 2053536.

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

Color convert

RGB 160 85 31 -
CMYK 0 0.47 0.81 0.37
HSL 25.12º 0.68% 0.37% -
HSV(B) 25.12º 0.81% 0.63% -
XYZ 17.99 14.07 3.06 -
YUV 101.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 160 85 31 0 0.47 0.81 0.37 25.12 0.68 0.37
Hex A0 55 1F 0 2F 51 25 19 44 25
Octal 240 125 37 0 57 121 45 31 104 45
Binary 10100000 1010101 11111 0 101111 1010001 100101 11001 1000100 100101

Color Harmonies of #A0551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0551F

Black with #A0551F

Text Example


Text Example

White with #A0551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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