Html Css Color HEX #A0492B Rock Spray

📋 copy color: '#A0492B'

red 160 ◦ green 73 ◦ blue 43

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

Shades of Rock Spray #A0492B

Tints of Rock Spray #A0492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 57.97%
G = 26.45%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0492B (or 0xA0492B) is known color: Rock Spray. HEX triplet: A0, 49 and 2B. RGB value is (160,73,43). Sum of RGB (Red+Green+Blue) = 160+73+43=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0492B is #5FB6D4. Grayscale: #5F5F5F. Windows color (decimal): -6272725 or 2836896. OLE color: 2836896.

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

Color convert

RGB 160 73 43 -
CMYK 0 0.54 0.73 0.37
HSL 15.38º 0.58% 0.4% -
HSV(B) 15.38º 0.73% 0.63% -
XYZ 17.32 12.41 3.77 -
YUV 95.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 160 73 43 0 0.54 0.73 0.37 15.38 0.58 0.4
Hex A0 49 2B 0 36 49 25 F 3A 28
Octal 240 111 53 0 66 111 45 17 72 50
Binary 10100000 1001001 101011 0 110110 1001001 100101 1111 111010 101000

Color Harmonies of #A0492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0492B

Black with #A0492B

Text Example


Text Example

White with #A0492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0492B; }

 p { color: rgb(160,73,43); }

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

background-color css

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

 a { background-color: rgb(160,73,43); }

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

border-color css

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

 span { border-color: rgb(160,73,43); }

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