#A54232

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

Shades of Rock Spray #A54232

Tints of Rock Spray #A54232

Color information

#A54232 (or 0xA54232) is unknown color: approx Rock Spray. HEX triplet: A5, 42 and 32. RGB value is (165,66,50). Sum of RGB (Red+Green+Blue) = 165+66+50=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A54232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54232 is #5ABDCD. Grayscale: #5D5D5D. Windows color (decimal): -5946830 or 3293861. OLE color: 3293861.

HSL color Cylindrical-coordinate representation of color #A54232: hue angle of 8.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54232 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1656650-
CMYK00.600.700.35
HSL8.35º53.49%42.16%-
HSV(B)8.35º69.7%64.71%-
XYZ18.0412.134.41-
YUV93.78103.3178.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=58.72%
G=23.49%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165665000.600.700.358.3553.4942.16
HexA5423203C46238352a
Octal2451026207410643106552
Binary101001011000010110010011110010001101000111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54232; }

 p { color: rgb(165,66,50); }

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

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

 a { background-color: rgb(165,66,50); }

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

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

 span { border-color: rgb(165,66,50); }

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