#A64F5F

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

Shades of Hippie Pink #A64F5F

Tints of Hippie Pink #A64F5F

Color information

#A64F5F (or 0xA64F5F) is unknown color: approx Hippie Pink. HEX triplet: A6, 4F and 5F. RGB value is (166,79,95). Sum of RGB (Red+Green+Blue) = 166+79+95=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F5F is #59B0A0. Grayscale: #6A6A6A. Windows color (decimal): -5877921 or 6246310. OLE color: 6246310.

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

Color convert

RGB1667995-
CMYK00.520.430.35
HSL348.97º35.51%48.04%-
HSV(B)348.97º52.41%65.1%-
XYZ20.5914.5312.55-
YUV106.84121.32170.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=48.82%
G=23.24%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166799500.520.430.35348.9735.5148.04
HexA64F5F0342B2315d2430
Octal24611713706453435354460
Binary10100110100111110111110110100101011100011101011101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F5F; }

 p { color: rgb(166,79,95); }

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

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

 a { background-color: rgb(166,79,95); }

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

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

 span { border-color: rgb(166,79,95); }

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