#A34027

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

Shades of Rock Spray #A34027

Tints of Rock Spray #A34027

Color information

#A34027 (or 0xA34027) is unknown color: approx Rock Spray. HEX triplet: A3, 40 and 27. RGB value is (163,64,39). Sum of RGB (Red+Green+Blue) = 163+64+39=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A34027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34027 is #5CBFD8. Grayscale: #5A5A5A. Windows color (decimal): -6078425 or 2572451. OLE color: 2572451.

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

Color convert

RGB1636439-
CMYK00.610.760.36
HSL12.1º61.39%39.61%-
HSV(B)12.1º76.07%63.92%-
XYZ17.311.63.25-
YUV90.7598.8179.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.28%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=61.28%
G=24.06%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163643900.610.760.3612.161.3939.61
HexA3402703D4C24c3d28
Octal2431004707511444147550
Binary101000111000000100111011110110011001001001100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34027; }

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

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

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

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

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

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

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

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