Html Css Color HEX #A1462F Rock Spray

📋 copy color: '#A1462F'

red 161 ◦ green 70 ◦ blue 47

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

Shades of Rock Spray #A1462F

Tints of Rock Spray #A1462F

RGB

 RED value IS 161 (63.28% from 255) = 57.91%

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

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

R = 57.91%
G = 25.18%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1462F (or 0xA1462F) is known color: Rock Spray. HEX triplet: A1, 46 and 2F. RGB value is (161,70,47). Sum of RGB (Red+Green+Blue) = 161+70+47=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A1462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1462F is #5EB9D0. Grayscale: #5E5E5E. Windows color (decimal): -6207953 or 3098273. OLE color: 3098273.

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

Color convert

RGB 161 70 47 -
CMYK 0 0.57 0.71 0.37
HSL 12.11º 0.55% 0.41% -
HSV(B) 12.11º 0.71% 0.63% -
XYZ 17.4 12.16 4.12 -
YUV 94.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 161 70 47 0 0.57 0.71 0.37 12.11 0.55 0.41
Hex A1 46 2F 0 39 47 25 C 37 29
Octal 241 106 57 0 71 107 45 14 67 51
Binary 10100001 1000110 101111 0 111001 1000111 100101 1100 110111 101001

Color Harmonies of #A1462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1462F

Black with #A1462F

Text Example


Text Example

White with #A1462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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