#A3432E

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

Shades of Rock Spray #A3432E

Tints of Rock Spray #A3432E

Color information

#A3432E (or 0xA3432E) is unknown color: approx Rock Spray. HEX triplet: A3, 43 and 2E. RGB value is (163,67,46). Sum of RGB (Red+Green+Blue) = 163+67+46=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3432E is #5CBCD1. Grayscale: #5D5D5D. Windows color (decimal): -6077650 or 3031971. OLE color: 3031971.

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

Color convert

RGB1636746-
CMYK00.590.720.36
HSL10.77º55.98%40.98%-
HSV(B)10.77º71.78%63.92%-
XYZ17.6123.97-
YUV93.31101.3177.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=59.06%
G=24.28%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163674600.590.720.3610.7755.9840.98
HexA3432E03B4824b3829
Octal2431035607311044137051
Binary101000111000011101110011101110010001001001011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3432E; }

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

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

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

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

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

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

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

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