#A6432E

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

Shades of Rock Spray #A6432E

Tints of Rock Spray #A6432E

Color information

#A6432E (or 0xA6432E) is unknown color: approx Rock Spray. HEX triplet: A6, 43 and 2E. RGB value is (166,67,46). Sum of RGB (Red+Green+Blue) = 166+67+46=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6432E is #59BCD1. Grayscale: #5E5E5E. Windows color (decimal): -5881042 or 3031974. OLE color: 3031974.

HSL color Cylindrical-coordinate representation of color #A6432E: hue angle of 10.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6432E is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1666746-
CMYK00.600.720.35
HSL10.5º56.6%41.57%-
HSV(B)10.5º72.29%65.1%-
XYZ18.2312.324-
YUV94.21100.8179.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=59.50%
G=24.01%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166674600.600.720.3510.556.641.57
HexA6432E03C4823b392a
Octal2461035607411043137152
Binary101001101000011101110011110010010001000111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6432E; }

 p { color: rgb(166,67,46); }

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

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

 a { background-color: rgb(166,67,46); }

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

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

 span { border-color: rgb(166,67,46); }

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