#a1482e

Color #A1482E Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A1482E

Tints of Rock Spray #A1482E

Color information

#A1482E (or 0xA1482E) is unknown color: approx Rock Spray. HEX triplet: A1, 48 and 2E. RGB value is (161,72,46). Sum of RGB (Red+Green+Blue) = 161+72+46=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1482E is #5EB7D1. Grayscale: #5F5F5F. Windows color (decimal): -6207442 or 3033249. OLE color: 3033249.

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

Color convert

RGB1617246-
CMYK00.550.710.37
HSL13.57º55.56%40.59%-
HSV(B)13.57º71.43%63.14%-
XYZ17.5112.414.06-
YUV95.6599.99174.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=57.71%
G=25.81%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161724600.550.710.3713.5755.5640.59
HexA1482E0374725e3829
Octal2411105606710745167051
Binary101000011001000101110011011110001111001011110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1482e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1482e; }

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

 H1.HeaderClassName
 {
   color: #a1482e;
 }
 .AnyTagClassName
 {
   color: #a1482e;
 }
</style>
background-color css

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

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

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

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

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

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