#A34534

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

Shades of Rock Spray #A34534

Tints of Rock Spray #A34534

Color information

#A34534 (or 0xA34534) is unknown color: approx Rock Spray. HEX triplet: A3, 45 and 34. RGB value is (163,69,52). Sum of RGB (Red+Green+Blue) = 163+69+52=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A34534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34534 is #5CBACB. Grayscale: #5F5F5F. Windows color (decimal): -6077132 or 3425699. OLE color: 3425699.

HSL color Cylindrical-coordinate representation of color #A34534: hue angle of 9.19º 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 #A34534 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1636952-
CMYK00.580.680.36
HSL9.19º51.63%42.16%-
HSV(B)9.19º68.1%63.92%-
XYZ17.8512.294.68-
YUV95.17103.64176.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=57.39%
G=24.30%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163695200.580.680.369.1951.6342.16
HexA3453403A44249342a
Octal2431056407210444116452
Binary101000111000101110100011101010001001001001001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34534; }

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

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

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

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

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

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

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

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