#A4402E

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

Shades of Rock Spray #A4402E

Tints of Rock Spray #A4402E

Color information

#A4402E (or 0xA4402E) is unknown color: approx Rock Spray. HEX triplet: A4, 40 and 2E. RGB value is (164,64,46). Sum of RGB (Red+Green+Blue) = 164+64+46=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4402E is #5BBFD1. Grayscale: #5C5C5C. Windows color (decimal): -6012882 or 3031204. OLE color: 3031204.

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

Color convert

RGB1646446-
CMYK00.610.720.36
HSL9.15º56.19%41.18%-
HSV(B)9.15º71.95%64.31%-
XYZ17.6411.763.92-
YUV91.85102.13179.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.85%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=59.85%
G=23.36%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164644600.610.720.369.1556.1941.18
HexA4402E03D482493829
Octal2441005607511044117051
Binary101001001000000101110011110110010001001001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4402E; }

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

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

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

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

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

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

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

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