#a44528

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

Shades of Rock Spray #A44528

Tints of Rock Spray #A44528

Color information

#A44528 (or 0xA44528) is unknown color: approx Rock Spray. HEX triplet: A4, 45 and 28. RGB value is (164,69,40). Sum of RGB (Red+Green+Blue) = 164+69+40=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A44528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44528 is #5BBAD7. Grayscale: #5E5E5E. Windows color (decimal): -6011608 or 2639268. OLE color: 2639268.

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

Color convert

RGB1646940-
CMYK00.580.760.36
HSL14.03º60.78%40%-
HSV(B)14.03º75.61%64.31%-
XYZ17.8212.33.44-
YUV94.197.47177.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.07%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=60.07%
G=25.27%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164694000.580.760.3614.0360.7840
HexA4452803A4C24e3d28
Octal2441055007211444167550
Binary101001001000101101000011101010011001001001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44528; }

 p { color: rgb(164,69,40); }

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

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

 a { background-color: rgb(164,69,40); }

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

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

 span { border-color: rgb(164,69,40); }

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