#AB3821

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

Shades of Rock Spray #AB3821

Tints of Rock Spray #AB3821

Color information

#AB3821 (or 0xAB3821) is unknown color: approx Rock Spray. HEX triplet: AB, 38 and 21. RGB value is (171,56,33). Sum of RGB (Red+Green+Blue) = 171+56+33=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3821 is #54C7DE. Grayscale: #575757. Windows color (decimal): -5556191 or 2177195. OLE color: 2177195.

HSL color Cylindrical-coordinate representation of color #AB3821: hue angle of 10º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB3821 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1715633-
CMYK00.670.810.33
HSL10º67.65%40%-
HSV(B)10º80.7%67.06%-
XYZ18.4811.62.7-
YUV87.7697.1187.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.77%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=65.77%
G=21.54%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171563300.670.810.331067.6540
HexAB38210435121a4428
Octal25370410103121411210450
Binary1010101111100010000101000011101000110000110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3821; }

 p { color: rgb(171,56,33); }

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

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

 a { background-color: rgb(171,56,33); }

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

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

 span { border-color: rgb(171,56,33); }

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