#A4452D

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

Shades of Rock Spray #A4452D

Tints of Rock Spray #A4452D

Color information

#A4452D (or 0xA4452D) is unknown color: approx Rock Spray. HEX triplet: A4, 45 and 2D. RGB value is (164,69,45). Sum of RGB (Red+Green+Blue) = 164+69+45=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4452D is #5BBAD2. Grayscale: #5E5E5E. Windows color (decimal): -6011603 or 2966948. OLE color: 2966948.

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

Color convert

RGB1646945-
CMYK00.580.730.36
HSL12.1º56.94%40.98%-
HSV(B)12.1º72.56%64.31%-
XYZ17.9112.343.92-
YUV94.6799.97177.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=58.99%
G=24.82%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164694500.580.730.3612.156.9440.98
HexA4452D03A4924c3929
Octal2441055507211144147151
Binary101001001000101101101011101010010011001001100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4452D; }

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

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

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

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

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

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

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

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