#A64C4E

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

Shades of Hippie Pink #A64C4E

Tints of Hippie Pink #A64C4E

Color information

#A64C4E (or 0xA64C4E) is unknown color: approx Hippie Pink. HEX triplet: A6, 4C and 4E. RGB value is (166,76,78). Sum of RGB (Red+Green+Blue) = 166+76+78=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C4E is #59B3B1. Grayscale: #676767. Windows color (decimal): -5878706 or 5131430. OLE color: 5131430.

HSL color Cylindrical-coordinate representation of color #A64C4E: hue angle of 358.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64C4E is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1667678-
CMYK00.540.530.35
HSL358.67º37.19%47.45%-
HSV(B)358.67º54.22%65.1%-
XYZ19.6913.838.84-
YUV103.14113.82172.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.88%
GREEN value IS 76 (30.08% from 255) = 23.75%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=51.88%
G=23.75%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166767800.540.530.35358.6737.1947.45
HexA64C4E0363523167252f
Octal24611411606665435474557
Binary10100110100110010011100110110110101100011101100111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C4E; }

 p { color: rgb(166,76,78); }

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

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

 a { background-color: rgb(166,76,78); }

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

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

 span { border-color: rgb(166,76,78); }

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