Html Css Color HEX #A0481F Rich Gold

📋 copy color: '#A0481F'

red 160 ◦ green 72 ◦ blue 31

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

Shades of Rich Gold #A0481F

Tints of Rich Gold #A0481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 60.84%
G = 27.38%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0481F (or 0xA0481F) is known color: Rich Gold. HEX triplet: A0, 48 and 1F. RGB value is (160,72,31). Sum of RGB (Red+Green+Blue) = 160+72+31=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A0481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0481F is #5FB7E0. Grayscale: #5D5D5D. Windows color (decimal): -6272993 or 2050208. OLE color: 2050208.

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

Color convert

RGB 160 72 31 -
CMYK 0 0.55 0.81 0.37
HSL 19.07º 0.68% 0.37% -
HSV(B) 19.07º 0.81% 0.63% -
XYZ 17.06 12.21 2.75 -
YUV 93.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 160 72 31 0 0.55 0.81 0.37 19.07 0.68 0.37
Hex A0 48 1F 0 37 51 25 13 44 25
Octal 240 110 37 0 67 121 45 23 104 45
Binary 10100000 1001000 11111 0 110111 1010001 100101 10011 1000100 100101

Color Harmonies of #A0481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0481F

Black with #A0481F

Text Example


Text Example

White with #A0481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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