#A65461

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

Shades of Hippie Pink #A65461

Tints of Hippie Pink #A65461

Color information

#A65461 (or 0xA65461) is unknown color: approx Hippie Pink. HEX triplet: A6, 54 and 61. RGB value is (166,84,97). Sum of RGB (Red+Green+Blue) = 166+84+97=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A65461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65461 is #59AB9E. Grayscale: #6E6E6E. Windows color (decimal): -5876639 or 6378662. OLE color: 6378662.

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

Color convert

RGB1668497-
CMYK00.490.420.35
HSL350.49º32.8%49.02%-
HSV(B)350.49º49.4%65.1%-
XYZ21.0515.3113.15-
YUV110120.67167.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=47.84%
G=24.21%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166849700.490.420.35350.4932.849.02
HexA654610312A2315e2131
Octal24612414106152435364161
Binary10100110101010011000010110001101010100011101011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65461; }

 p { color: rgb(166,84,97); }

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

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

 a { background-color: rgb(166,84,97); }

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

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

 span { border-color: rgb(166,84,97); }

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