Html Css Color HEX #A0462A Rock Spray

📋 copy color: '#A0462A'

red 160 ◦ green 70 ◦ blue 42

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

Shades of Rock Spray #A0462A

Tints of Rock Spray #A0462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 58.82%
G = 25.74%
B = 15.44%

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

#A0462A (or 0xA0462A) is known color: Rock Spray. HEX triplet: A0, 46 and 2A. RGB value is (160,70,42). Sum of RGB (Red+Green+Blue) = 160+70+42=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0462A is #5FB9D5. Grayscale: #5D5D5D. Windows color (decimal): -6273494 or 2770592. OLE color: 2770592.

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

Color convert

RGB 160 70 42 -
CMYK 0 0.56 0.74 0.37
HSL 14.24º 0.58% 0.4% -
HSV(B) 14.24º 0.74% 0.63% -
XYZ 17.11 12.02 3.61 -
YUV 93.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 160 70 42 0 0.56 0.74 0.37 14.24 0.58 0.4
Hex A0 46 2A 0 38 4A 25 E 3A 28
Octal 240 106 52 0 70 112 45 16 72 50
Binary 10100000 1000110 101010 0 111000 1001010 100101 1110 111010 101000

Color Harmonies of #A0462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0462A

Black with #A0462A

Text Example


Text Example

White with #A0462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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