#A44126

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

Shades of Rock Spray #A44126

Tints of Rock Spray #A44126

Color information

#A44126 (or 0xA44126) is unknown color: approx Rock Spray. HEX triplet: A4, 41 and 26. RGB value is (164,65,38). Sum of RGB (Red+Green+Blue) = 164+65+38=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A44126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44126 is #5BBED9. Grayscale: #5B5B5B. Windows color (decimal): -6012634 or 2507172. OLE color: 2507172.

HSL color Cylindrical-coordinate representation of color #A44126: hue angle of 12.86º 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 #A44126 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1646538-
CMYK00.600.770.36
HSL12.86º62.38%39.61%-
HSV(B)12.86º76.83%64.31%-
XYZ17.5511.813.19-
YUV91.5297.8179.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.42%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=61.42%
G=24.34%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164653800.600.770.3612.8662.3839.61
HexA4412603C4D24d3e28
Octal2441014607411544157650
Binary101001001000001100110011110010011011001001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44126; }

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

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

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

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

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

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

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

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