#A2465E

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

Shades of Hippie Pink #A2465E

Tints of Hippie Pink #A2465E

Color information

#A2465E (or 0xA2465E) is unknown color: approx Hippie Pink. HEX triplet: A2, 46 and 5E. RGB value is (162,70,94). Sum of RGB (Red+Green+Blue) = 162+70+94=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2465E is #5DB9A1. Grayscale: #646464. Windows color (decimal): -6142370 or 6178466. OLE color: 6178466.

HSL color Cylindrical-coordinate representation of color #A2465E: hue angle of 344.35º 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 #A2465E is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1627094-
CMYK00.570.420.36
HSL344.35º39.66%45.49%-
HSV(B)344.35º56.79%63.53%-
XYZ19.1112.8712.07-
YUV100.24124.48172.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=49.69%
G=21.47%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162709400.570.420.36344.3539.6645.49
HexA2465E0392A24158282d
Octal24210613607152445305055
Binary10100010100011010111100111001101010100100101011000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2465E; }

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

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

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

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

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

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

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

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