#A2465A

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

Shades of Hippie Pink #A2465A

Tints of Hippie Pink #A2465A

Color information

#A2465A (or 0xA2465A) is unknown color: approx Hippie Pink. HEX triplet: A2, 46 and 5A. RGB value is (162,70,90). Sum of RGB (Red+Green+Blue) = 162+70+90=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2465A is #5DB9A5. Grayscale: #636363. Windows color (decimal): -6142374 or 5916322. OLE color: 5916322.

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

Color convert

RGB1627090-
CMYK00.570.440.36
HSL346.96º39.66%45.49%-
HSV(B)346.96º56.79%63.53%-
XYZ18.9412.811.15-
YUV99.79122.48172.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=50.31%
G=21.74%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162709000.570.440.36346.9639.6645.49
HexA2465A0392C2415b282d
Octal24210613207154445335055
Binary10100010100011010110100111001101100100100101011011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2465A; }

 p { color: rgb(162,70,90); }

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

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

 a { background-color: rgb(162,70,90); }

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

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

 span { border-color: rgb(162,70,90); }

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