Html Css Color HEX #A1492A Rock Spray

📋 copy color: '#A1492A'

red 161 ◦ green 73 ◦ blue 42

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

Shades of Rock Spray #A1492A

Tints of Rock Spray #A1492A

RGB

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

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

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

R = 58.33%
G = 26.45%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1492A (or 0xA1492A) is known color: Rock Spray. HEX triplet: A1, 49 and 2A. RGB value is (161,73,42). Sum of RGB (Red+Green+Blue) = 161+73+42=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1492A is #5EB6D5. Grayscale: #5F5F5F. Windows color (decimal): -6207190 or 2771361. OLE color: 2771361.

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

Color convert

RGB 161 73 42 -
CMYK 0 0.55 0.74 0.37
HSL 15.63º 0.59% 0.4% -
HSV(B) 15.63º 0.74% 0.63% -
XYZ 17.5 12.51 3.68 -
YUV 95.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 161 73 42 0 0.55 0.74 0.37 15.63 0.59 0.4
Hex A1 49 2A 0 37 4A 25 10 3B 28
Octal 241 111 52 0 67 112 45 20 73 50
Binary 10100001 1001001 101010 0 110111 1001010 100101 10000 111011 101000

Color Harmonies of #A1492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1492A

Black with #A1492A

Text Example


Text Example

White with #A1492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1492A; }

 p { color: rgb(161,73,42); }

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

background-color css

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

 a { background-color: rgb(161,73,42); }

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

border-color css

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

 span { border-color: rgb(161,73,42); }

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