Html Css Color HEX #A64754 Hippie Pink

📋 copy color: '#A64754'

red 166 ◦ green 71 ◦ blue 84

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

Shades of Hippie Pink #A64754

Tints of Hippie Pink #A64754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 51.71%
G = 22.12%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A64754 (or 0xA64754) is known color: Hippie Pink. HEX triplet: A6, 47 and 54. RGB value is (166,71,84). Sum of RGB (Red+Green+Blue) = 166+71+84=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A64754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64754 is #59B8AB. Grayscale: #646464. Windows color (decimal): -5879980 or 5523366. OLE color: 5523366.

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

Color convert

RGB 166 71 84 -
CMYK 0 0.57 0.49 0.35
HSL 351.79º 0.4% 0.46% -
HSV(B) 351.79º 0.57% 0.65% -
XYZ 19.58 13.25 9.91 -
YUV 100.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 166 71 84 0 0.57 0.49 0.35 351.79 0.4 0.46
Hex A6 47 54 0 39 31 23 160 28 2E
Octal 246 107 124 0 71 61 43 540 50 56
Binary 10100110 1000111 1010100 0 111001 110001 100011 101100000 101000 101110

Color Harmonies of #A64754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64754

Black with #A64754

Text Example


Text Example

White with #A64754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64754; }

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

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

background-color css

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

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

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

border-color css

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

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

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