#A54332

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

Shades of Rock Spray #A54332

Tints of Rock Spray #A54332

Color information

#A54332 (or 0xA54332) is unknown color: approx Rock Spray. HEX triplet: A5, 43 and 32. RGB value is (165,67,50). Sum of RGB (Red+Green+Blue) = 165+67+50=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A54332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54332 is #5ABCCD. Grayscale: #5E5E5E. Windows color (decimal): -5946574 or 3294117. OLE color: 3294117.

HSL color Cylindrical-coordinate representation of color #A54332: hue angle of 8.87º 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 #A54332 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1656750-
CMYK00.590.700.35
HSL8.87º53.49%42.16%-
HSV(B)8.87º69.7%64.71%-
XYZ18.112.244.43-
YUV94.36102.97178.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=58.51%
G=23.76%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165675000.590.700.358.8753.4942.16
HexA5433203B46239352a
Octal2451036207310643116552
Binary101001011000011110010011101110001101000111001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54332; }

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

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

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

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

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

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

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

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