#A65358

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

Shades of Hippie Pink #A65358

Tints of Hippie Pink #A65358

Color information

#A65358 (or 0xA65358) is unknown color: approx Hippie Pink. HEX triplet: A6, 53 and 58. RGB value is (166,83,88). Sum of RGB (Red+Green+Blue) = 166+83+88=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65358 is #59ACA7. Grayscale: #6C6C6C. Windows color (decimal): -5876904 or 5788582. OLE color: 5788582.

HSL color Cylindrical-coordinate representation of color #A65358: hue angle of 356.39º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65358 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1668388-
CMYK00.500.470.35
HSL356.39º33.33%48.82%-
HSV(B)356.39º50%65.1%-
XYZ20.581511.04-
YUV108.39116.5169.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=49.26%
G=24.63%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166838800.500.470.35356.3933.3348.82
HexA653580322F231642131
Octal24612313006257435444161
Binary10100110101001110110000110010101111100011101100100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65358; }

 p { color: rgb(166,83,88); }

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

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

 a { background-color: rgb(166,83,88); }

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

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

 span { border-color: rgb(166,83,88); }

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