Html Css Color HEX #A0462F Rock Spray

📋 copy color: '#A0462F'

red 160 ◦ green 70 ◦ blue 47

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

Shades of Rock Spray #A0462F

Tints of Rock Spray #A0462F

RGB

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

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

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

R = 57.76%
G = 25.27%
B = 16.97%

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

#A0462F (or 0xA0462F) is known color: Rock Spray. HEX triplet: A0, 46 and 2F. RGB value is (160,70,47). Sum of RGB (Red+Green+Blue) = 160+70+47=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0462F is #5FB9D0. Grayscale: #5E5E5E. Windows color (decimal): -6273489 or 3098272. OLE color: 3098272.

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

Color convert

RGB 160 70 47 -
CMYK 0 0.56 0.71 0.37
HSL 12.21º 0.55% 0.41% -
HSV(B) 12.21º 0.71% 0.63% -
XYZ 17.2 12.06 4.11 -
YUV 94.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 160 70 47 0 0.56 0.71 0.37 12.21 0.55 0.41
Hex A0 46 2F 0 38 47 25 C 37 29
Octal 240 106 57 0 70 107 45 14 67 51
Binary 10100000 1000110 101111 0 111000 1000111 100101 1100 110111 101001

Color Harmonies of #A0462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0462F

Black with #A0462F

Text Example


Text Example

White with #A0462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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