#A65763

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

Shades of Hippie Pink #A65763

Tints of Hippie Pink #A65763

Color information

#A65763 (or 0xA65763) is unknown color: approx Hippie Pink. HEX triplet: A6, 57 and 63. RGB value is (166,87,99). Sum of RGB (Red+Green+Blue) = 166+87+99=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A65763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65763 is #59A89C. Grayscale: #707070. Windows color (decimal): -5875869 or 6510502. OLE color: 6510502.

HSL color Cylindrical-coordinate representation of color #A65763: hue angle of 350.89º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65763 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1668799-
CMYK00.480.400.35
HSL350.89º31.23%49.61%-
HSV(B)350.89º47.59%65.1%-
XYZ21.3915.8213.73-
YUV111.99120.67166.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=47.16%
G=24.72%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166879900.480.400.35350.8931.2349.61
HexA65763030282315f1f32
Octal24612714306050435373762
Binary1010011010101111100011011000010100010001110101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65763; }

 p { color: rgb(166,87,99); }

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

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

 a { background-color: rgb(166,87,99); }

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

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

 span { border-color: rgb(166,87,99); }

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