Html Css Color HEX #A1492E Rock Spray

📋 copy color: '#A1492E'

red 161 ◦ green 73 ◦ blue 46

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

Shades of Rock Spray #A1492E

Tints of Rock Spray #A1492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 57.5%
G = 26.07%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1492E (or 0xA1492E) is known color: Rock Spray. HEX triplet: A1, 49 and 2E. RGB value is (161,73,46). Sum of RGB (Red+Green+Blue) = 161+73+46=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A1492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1492E is #5EB6D1. Grayscale: #606060. Windows color (decimal): -6207186 or 3033505. OLE color: 3033505.

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

Color convert

RGB 161 73 46 -
CMYK 0 0.55 0.71 0.37
HSL 14.09º 0.56% 0.41% -
HSV(B) 14.09º 0.71% 0.63% -
XYZ 17.57 12.54 4.08 -
YUV 96.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 161 73 46 0 0.55 0.71 0.37 14.09 0.56 0.41
Hex A1 49 2E 0 37 47 25 E 38 29
Octal 241 111 56 0 67 107 45 16 70 51
Binary 10100001 1001001 101110 0 110111 1000111 100101 1110 111000 101001

Color Harmonies of #A1492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1492E

Black with #A1492E

Text Example


Text Example

White with #A1492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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