#A44526

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

Shades of Rock Spray #A44526

Tints of Rock Spray #A44526

Color information

#A44526 (or 0xA44526) is unknown color: approx Rock Spray. HEX triplet: A4, 45 and 26. RGB value is (164,69,38). Sum of RGB (Red+Green+Blue) = 164+69+38=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A44526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44526 is #5BBAD9. Grayscale: #5E5E5E. Windows color (decimal): -6011610 or 2508196. OLE color: 2508196.

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

Color convert

RGB1646938-
CMYK00.580.770.36
HSL14.76º62.38%39.61%-
HSV(B)14.76º76.83%64.31%-
XYZ17.7912.293.27-
YUV93.8796.47178.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=60.52%
G=25.46%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164693800.580.770.3614.7662.3839.61
HexA4452603A4D24f3e28
Octal2441054607211544177650
Binary101001001000101100110011101010011011001001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44526; }

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

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

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

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

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

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

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

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