Html Css Color HEX #A64961 Hippie Pink

📋 copy color: '#A64961'

red 166 ◦ green 73 ◦ blue 97

#A64961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #A64961

Tints of Hippie Pink #A64961

RGB

 RED value IS 166 (65.23% from 255) = 49.4%

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 49.4%
G = 21.73%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A64961 (or 0xA64961) is known color: Hippie Pink. HEX triplet: A6, 49 and 61. RGB value is (166,73,97). Sum of RGB (Red+Green+Blue) = 166+73+97=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A64961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64961 is #59B69E. Grayscale: #676767. Windows color (decimal): -5879455 or 6375846. OLE color: 6375846.

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

Color convert

RGB 166 73 97 -
CMYK 0 0.56 0.42 0.35
HSL 344.52º 0.39% 0.47% -
HSV(B) 344.52º 0.56% 0.65% -
XYZ 20.27 13.74 12.89 -
YUV 103.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 166 73 97 0 0.56 0.42 0.35 344.52 0.39 0.47
Hex A6 49 61 0 38 2A 23 159 27 2F
Octal 246 111 141 0 70 52 43 531 47 57
Binary 10100110 1001001 1100001 0 111000 101010 100011 101011001 100111 101111

Color Harmonies of #A64961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64961

Black with #A64961

Text Example


Text Example

White with #A64961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64961; }

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

 H1.HeaderClassName
 {
   color: #A64961;
 }
 .AnyTagClassName
 {
   color: #A64961;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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