#A45254

Color #A45254 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A45254

Tints of Hippie Pink #A45254

Color information

#A45254 (or 0xA45254) is unknown color: approx Hippie Pink. HEX triplet: A4, 52 and 54. RGB value is (164,82,84). Sum of RGB (Red+Green+Blue) = 164+82+84=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A45254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45254 is #5BADAB. Grayscale: #6A6A6A. Windows color (decimal): -6008236 or 5526180. OLE color: 5526180.

HSL color Cylindrical-coordinate representation of color #A45254: hue angle of 358.54º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45254 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1648284-
CMYK00.50.490.36
HSL358.54º33.33%48.24%-
HSV(B)358.54º50%64.31%-
XYZ19.9314.5710.15-
YUV106.75115.17168.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=49.70%
G=24.85%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164828400.50.490.36358.5433.3348.24
HexA4525403231241672130
Octal24412212406261445474160
Binary10100100101001010101000110010110001100100101100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45254; }

 p { color: rgb(164,82,84); }

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

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

 a { background-color: rgb(164,82,84); }

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

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

 span { border-color: rgb(164,82,84); }

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