Html Css Color HEX #A0462D Rock Spray

📋 copy color: '#A0462D'

red 160 ◦ green 70 ◦ blue 45

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

Shades of Rock Spray #A0462D

Tints of Rock Spray #A0462D

RGB

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

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

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

R = 58.18%
G = 25.45%
B = 16.36%

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

#A0462D (or 0xA0462D) is known color: Rock Spray. HEX triplet: A0, 46 and 2D. RGB value is (160,70,45). Sum of RGB (Red+Green+Blue) = 160+70+45=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0462D is #5FB9D2. Grayscale: #5E5E5E. Windows color (decimal): -6273491 or 2967200. OLE color: 2967200.

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

Color convert

RGB 160 70 45 -
CMYK 0 0.56 0.72 0.37
HSL 13.04º 0.56% 0.4% -
HSV(B) 13.04º 0.72% 0.63% -
XYZ 17.16 12.04 3.9 -
YUV 94.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 160 70 45 0 0.56 0.72 0.37 13.04 0.56 0.4
Hex A0 46 2D 0 38 48 25 D 38 28
Octal 240 106 55 0 70 110 45 15 70 50
Binary 10100000 1000110 101101 0 111000 1001000 100101 1101 111000 101000

Color Harmonies of #A0462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0462D

Black with #A0462D

Text Example


Text Example

White with #A0462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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