#A34032

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

Shades of Rock Spray #A34032

Tints of Rock Spray #A34032

Color information

#A34032 (or 0xA34032) is unknown color: approx Rock Spray. HEX triplet: A3, 40 and 32. RGB value is (163,64,50). Sum of RGB (Red+Green+Blue) = 163+64+50=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A34032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34032 is #5CBFCD. Grayscale: #5C5C5C. Windows color (decimal): -6078414 or 3293347. OLE color: 3293347.

HSL color Cylindrical-coordinate representation of color #A34032: hue angle of 7.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34032 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1636450-
CMYK00.610.690.36
HSL7.43º53.05%41.76%-
HSV(B)7.43º69.33%63.92%-
XYZ17.5111.684.35-
YUV92104.3178.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=58.84%
G=23.10%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163645000.610.690.367.4353.0541.76
HexA3403203D45247352a
Octal243100620751054476552
Binary10100011100000011001001111011000101100100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34032; }

 p { color: rgb(163,64,50); }

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

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

 a { background-color: rgb(163,64,50); }

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

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

 span { border-color: rgb(163,64,50); }

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