Html Css Color HEX #A0472A Rock Spray

📋 copy color: '#A0472A'

red 160 ◦ green 71 ◦ blue 42

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

Shades of Rock Spray #A0472A

Tints of Rock Spray #A0472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 58.61%
G = 26.01%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0472A (or 0xA0472A) is known color: Rock Spray. HEX triplet: A0, 47 and 2A. RGB value is (160,71,42). Sum of RGB (Red+Green+Blue) = 160+71+42=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0472A is #5FB8D5. Grayscale: #5E5E5E. Windows color (decimal): -6273238 or 2770848. OLE color: 2770848.

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

Color convert

RGB 160 71 42 -
CMYK 0 0.56 0.74 0.37
HSL 14.75º 0.58% 0.4% -
HSV(B) 14.75º 0.74% 0.63% -
XYZ 17.17 12.15 3.63 -
YUV 94.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 160 71 42 0 0.56 0.74 0.37 14.75 0.58 0.4
Hex A0 47 2A 0 38 4A 25 F 3A 28
Octal 240 107 52 0 70 112 45 17 72 50
Binary 10100000 1000111 101010 0 111000 1001010 100101 1111 111010 101000

Color Harmonies of #A0472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0472A

Black with #A0472A

Text Example


Text Example

White with #A0472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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