Html Css Color HEX #A0472F Rock Spray

📋 copy color: '#A0472F'

red 160 ◦ green 71 ◦ blue 47

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

Shades of Rock Spray #A0472F

Tints of Rock Spray #A0472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 57.55%
G = 25.54%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0472F (or 0xA0472F) is known color: Rock Spray. HEX triplet: A0, 47 and 2F. RGB value is (160,71,47). Sum of RGB (Red+Green+Blue) = 160+71+47=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A0472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0472F is #5FB8D0. Grayscale: #5F5F5F. Windows color (decimal): -6273233 or 3098528. OLE color: 3098528.

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

Color convert

RGB 160 71 47 -
CMYK 0 0.56 0.71 0.37
HSL 12.74º 0.55% 0.41% -
HSV(B) 12.74º 0.71% 0.63% -
XYZ 17.26 12.19 4.13 -
YUV 94.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 160 71 47 0 0.56 0.71 0.37 12.74 0.55 0.41
Hex A0 47 2F 0 38 47 25 D 37 29
Octal 240 107 57 0 70 107 45 15 67 51
Binary 10100000 1000111 101111 0 111000 1000111 100101 1101 110111 101001

Color Harmonies of #A0472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0472F

Black with #A0472F

Text Example


Text Example

White with #A0472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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