#A6432A

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

Shades of Rock Spray #A6432A

Tints of Rock Spray #A6432A

Color information

#A6432A (or 0xA6432A) is unknown color: approx Rock Spray. HEX triplet: A6, 43 and 2A. RGB value is (166,67,42). Sum of RGB (Red+Green+Blue) = 166+67+42=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6432A is #59BCD5. Grayscale: #5D5D5D. Windows color (decimal): -5881046 or 2769830. OLE color: 2769830.

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

Color convert

RGB1666742-
CMYK00.600.750.35
HSL12.1º59.62%40.78%-
HSV(B)12.1º74.7%65.1%-
XYZ18.1512.293.61-
YUV93.7598.8179.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=60.36%
G=24.36%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166674200.600.750.3512.159.6240.78
HexA6432A03C4B23c3c29
Octal2461035207411343147451
Binary101001101000011101010011110010010111000111100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6432A; }

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

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

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

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

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

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

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

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