#A4432D

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

Shades of Rock Spray #A4432D

Tints of Rock Spray #A4432D

Color information

#A4432D (or 0xA4432D) is unknown color: approx Rock Spray. HEX triplet: A4, 43 and 2D. RGB value is (164,67,45). Sum of RGB (Red+Green+Blue) = 164+67+45=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4432D is #5BBCD2. Grayscale: #5D5D5D. Windows color (decimal): -6012115 or 2966436. OLE color: 2966436.

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

Color convert

RGB1646745-
CMYK00.590.730.36
HSL11.09º56.94%40.98%-
HSV(B)11.09º72.56%64.31%-
XYZ17.7912.13.88-
YUV93.5100.64178.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=59.42%
G=24.28%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164674500.590.730.3611.0956.9440.98
HexA4432D03B4924b3929
Octal2441035507311144137151
Binary101001001000011101101011101110010011001001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4432D; }

 p { color: rgb(164,67,45); }

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

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

 a { background-color: rgb(164,67,45); }

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

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

 span { border-color: rgb(164,67,45); }

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