#A45462

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

Shades of Hippie Pink #A45462

Tints of Hippie Pink #A45462

Color information

#A45462 (or 0xA45462) is unknown color: approx Hippie Pink. HEX triplet: A4, 54 and 62. RGB value is (164,84,98). Sum of RGB (Red+Green+Blue) = 164+84+98=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A45462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45462 is #5BAB9D. Grayscale: #6D6D6D. Windows color (decimal): -6007710 or 6444196. OLE color: 6444196.

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

Color convert

RGB1648498-
CMYK00.490.400.36
HSL349.5º32.26%48.63%-
HSV(B)349.5º48.78%64.31%-
XYZ20.6815.1213.38-
YUV109.52121.5166.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=47.40%
G=24.28%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164849800.490.400.36349.532.2648.63
HexA45462031282415e2031
Octal24412414206150445364061
Binary10100100101010011000100110001101000100100101011110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45462; }

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

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

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

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

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

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

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

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