#A65265

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

Shades of Hippie Pink #A65265

Tints of Hippie Pink #A65265

Color information

#A65265 (or 0xA65265) is unknown color: approx Hippie Pink. HEX triplet: A6, 52 and 65. RGB value is (166,82,101). Sum of RGB (Red+Green+Blue) = 166+82+101=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A65265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65265 is #59AD9A. Grayscale: #6D6D6D. Windows color (decimal): -5877147 or 6640294. OLE color: 6640294.

HSL color Cylindrical-coordinate representation of color #A65265: hue angle of 346.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65265 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16682101-
CMYK00.510.390.35
HSL346.43º33.87%48.63%-
HSV(B)346.43º50.6%65.1%-
XYZ21.0915.0814.11-
YUV109.28123.33168.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=47.56%
G=23.50%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668210100.510.390.35346.4333.8748.63
HexA65265033272315a2231
Octal24612214506347435324261
Binary10100110101001011001010110011100111100011101011010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65265; }

 p { color: rgb(166,82,101); }

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

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

 a { background-color: rgb(166,82,101); }

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

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

 span { border-color: rgb(166,82,101); }

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