#A34234

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

Shades of Rock Spray #A34234

Tints of Rock Spray #A34234

Color information

#A34234 (or 0xA34234) is unknown color: approx Rock Spray. HEX triplet: A3, 42 and 34. RGB value is (163,66,52). Sum of RGB (Red+Green+Blue) = 163+66+52=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A34234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34234 is #5CBDCB. Grayscale: #5D5D5D. Windows color (decimal): -6077900 or 3424931. OLE color: 3424931.

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

Color convert

RGB1636652-
CMYK00.600.680.36
HSL7.57º51.63%42.16%-
HSV(B)7.57º68.1%63.92%-
XYZ17.6711.934.62-
YUV93.41104.64177.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=58.01%
G=23.49%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163665200.600.680.367.5751.6342.16
HexA3423403C44248342a
Octal2431026407410444106452
Binary101000111000010110100011110010001001001001000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34234; }

 p { color: rgb(163,66,52); }

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

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

 a { background-color: rgb(163,66,52); }

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

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

 span { border-color: rgb(163,66,52); }

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