#AA3D26

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

Shades of Rock Spray #AA3D26

Tints of Rock Spray #AA3D26

Color information

#AA3D26 (or 0xAA3D26) is unknown color: approx Rock Spray. HEX triplet: AA, 3D and 26. RGB value is (170,61,38). Sum of RGB (Red+Green+Blue) = 170+61+38=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D26 is #55C2D9. Grayscale: #5B5B5B. Windows color (decimal): -5620442 or 2506154. OLE color: 2506154.

HSL color Cylindrical-coordinate representation of color #AA3D26: hue angle of 10.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA3D26 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1706138-
CMYK00.640.780.33
HSL10.45º63.46%40.78%-
HSV(B)10.45º77.65%66.67%-
XYZ18.612.023.17-
YUV90.9798.11184.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.20%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=63.20%
G=22.68%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170613800.640.780.3310.4563.4640.78
HexAA3D260404E21a3f29
Octal2527546010011641127751
Binary101010101111011001100100000010011101000011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D26; }

 p { color: rgb(170,61,38); }

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

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

 a { background-color: rgb(170,61,38); }

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

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

 span { border-color: rgb(170,61,38); }

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