Html Css Color HEX #A0472D Rock Spray

📋 copy color: '#A0472D'

red 160 ◦ green 71 ◦ blue 45

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

Shades of Rock Spray #A0472D

Tints of Rock Spray #A0472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 57.97%
G = 25.72%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0472D (or 0xA0472D) is known color: Rock Spray. HEX triplet: A0, 47 and 2D. RGB value is (160,71,45). Sum of RGB (Red+Green+Blue) = 160+71+45=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0472D is #5FB8D2. Grayscale: #5E5E5E. Windows color (decimal): -6273235 or 2967456. OLE color: 2967456.

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

Color convert

RGB 160 71 45 -
CMYK 0 0.56 0.72 0.37
HSL 13.57º 0.56% 0.4% -
HSV(B) 13.57º 0.72% 0.63% -
XYZ 17.22 12.17 3.92 -
YUV 94.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 160 71 45 0 0.56 0.72 0.37 13.57 0.56 0.4
Hex A0 47 2D 0 38 48 25 E 38 28
Octal 240 107 55 0 70 110 45 16 70 50
Binary 10100000 1000111 101101 0 111000 1001000 100101 1110 111000 101000

Color Harmonies of #A0472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0472D

Black with #A0472D

Text Example


Text Example

White with #A0472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0472D; }

 p { color: rgb(160,71,45); }

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

background-color css

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

 a { background-color: rgb(160,71,45); }

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

border-color css

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

 span { border-color: rgb(160,71,45); }

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