#A4391D

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

Shades of Rock Spray #A4391D

Tints of Rock Spray #A4391D

Color information

#A4391D (or 0xA4391D) is unknown color: approx Rock Spray. HEX triplet: A4, 39 and 1D. RGB value is (164,57,29). Sum of RGB (Red+Green+Blue) = 164+57+29=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A4391D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4391D is #5BC6E2. Grayscale: #565656. Windows color (decimal): -6014691 or 1915300. OLE color: 1915300.

HSL color Cylindrical-coordinate representation of color #A4391D: hue angle of 12.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4391D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1645729-
CMYK00.650.820.36
HSL12.44º69.95%37.84%-
HSV(B)12.44º82.32%64.31%-
XYZ16.9910.912.37-
YUV85.895.95183.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.6%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 29 (11.72% from 255) = 11.6%
R=65.6%
G=22.8%
B=11.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164572900.650.820.3612.4469.9537.84
HexA4391D0415224c4626
Octal24471350101122441410646
Binary101001001110011110101000001101001010010011001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4391D; }

 p { color: rgb(164,57,29); }

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

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

 a { background-color: rgb(164,57,29); }

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

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

 span { border-color: rgb(164,57,29); }

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