#A44024

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

Shades of Rock Spray #A44024

Tints of Rock Spray #A44024

Color information

#A44024 (or 0xA44024) is unknown color: approx Rock Spray. HEX triplet: A4, 40 and 24. RGB value is (164,64,36). Sum of RGB (Red+Green+Blue) = 164+64+36=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A44024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44024 is #5BBFDB. Grayscale: #5A5A5A. Windows color (decimal): -6012892 or 2375844. OLE color: 2375844.

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

Color convert

RGB1646436-
CMYK00.610.780.36
HSL13.13º64%39.22%-
HSV(B)13.13º78.05%64.31%-
XYZ17.4611.693-
YUV90.7197.13180.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.12%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=62.12%
G=24.24%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164643600.610.780.3613.136439.22
HexA4402403D4E24d4027
Octal24410044075116441510047
Binary1010010010000001001000111101100111010010011011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44024; }

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

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

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

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

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

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

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

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