#A64024

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

Shades of Rock Spray #A64024

Tints of Rock Spray #A64024

Color information

#A64024 (or 0xA64024) is unknown color: approx Rock Spray. HEX triplet: A6, 40 and 24. RGB value is (166,64,36). Sum of RGB (Red+Green+Blue) = 166+64+36=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A64024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64024 is #59BFDB. Grayscale: #5B5B5B. Windows color (decimal): -5881820 or 2375846. OLE color: 2375846.

HSL color Cylindrical-coordinate representation of color #A64024: hue angle of 12.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A64024 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1666436-
CMYK00.610.780.35
HSL12.92º64.36%39.61%-
HSV(B)12.92º78.31%65.1%-
XYZ17.8811.93.02-
YUV91.3196.79181.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=62.41%
G=24.06%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166643600.610.780.3512.9264.3639.61
HexA6402403D4E23d4028
Octal24610044075116431510050
Binary1010011010000001001000111101100111010001111011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64024; }

 p { color: rgb(166,64,36); }

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

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

 a { background-color: rgb(166,64,36); }

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

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

 span { border-color: rgb(166,64,36); }

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