Html Css Color HEX #A64457 Hippie Pink

📋 copy color: '#A64457'

red 166 ◦ green 68 ◦ blue 87

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

Shades of Hippie Pink #A64457

Tints of Hippie Pink #A64457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 51.71%
G = 21.18%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A64457 (or 0xA64457) is known color: Hippie Pink. HEX triplet: A6, 44 and 57. RGB value is (166,68,87). Sum of RGB (Red+Green+Blue) = 166+68+87=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A64457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64457 is #59BBA8. Grayscale: #636363. Windows color (decimal): -5880745 or 5719206. OLE color: 5719206.

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

Color convert

RGB 166 68 87 -
CMYK 0 0.59 0.48 0.35
HSL 348.37º 0.42% 0.46% -
HSV(B) 348.37º 0.59% 0.65% -
XYZ 19.51 12.93 10.48 -
YUV 99.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 166 68 87 0 0.59 0.48 0.35 348.37 0.42 0.46
Hex A6 44 57 0 3B 30 23 15C 2A 2E
Octal 246 104 127 0 73 60 43 534 52 56
Binary 10100110 1000100 1010111 0 111011 110000 100011 101011100 101010 101110

Color Harmonies of #A64457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64457

Black with #A64457

Text Example


Text Example

White with #A64457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64457; }

 p { color: rgb(166,68,87); }

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

background-color css

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

 a { background-color: rgb(166,68,87); }

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

border-color css

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

 span { border-color: rgb(166,68,87); }

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