#A34330

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

Shades of Rock Spray #A34330

Tints of Rock Spray #A34330

Color information

#A34330 (or 0xA34330) is unknown color: approx Rock Spray. HEX triplet: A3, 43 and 30. RGB value is (163,67,48). Sum of RGB (Red+Green+Blue) = 163+67+48=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A34330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34330 is #5CBCCF. Grayscale: #5D5D5D. Windows color (decimal): -6077648 or 3163043. OLE color: 3163043.

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

Color convert

RGB1636748-
CMYK00.590.710.36
HSL9.91º54.5%41.37%-
HSV(B)9.91º70.55%63.92%-
XYZ17.6412.014.19-
YUV93.54102.3177.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=58.63%
G=24.10%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163674800.590.710.369.9154.541.37
HexA3433003B4724a3729
Octal2431036007310744126751
Binary101000111000011110000011101110001111001001010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34330; }

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

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

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

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

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

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

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

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