Html Css Color HEX #A64751 Hippie Pink

📋 copy color: '#A64751'

red 166 ◦ green 71 ◦ blue 81

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

Shades of Hippie Pink #A64751

Tints of Hippie Pink #A64751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 52.2%
G = 22.33%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A64751 (or 0xA64751) is known color: Hippie Pink. HEX triplet: A6, 47 and 51. RGB value is (166,71,81). Sum of RGB (Red+Green+Blue) = 166+71+81=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A64751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64751 is #59B8AE. Grayscale: #646464. Windows color (decimal): -5879983 or 5326758. OLE color: 5326758.

HSL color Cylindrical-coordinate representation of color #A64751: hue angle of 353.68º 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 #A64751 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 71 81 -
CMYK 0 0.57 0.51 0.35
HSL 353.68º 0.4% 0.46% -
HSV(B) 353.68º 0.57% 0.65% -
XYZ 19.46 13.21 9.31 -
YUV 100.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 166 71 81 0 0.57 0.51 0.35 353.68 0.4 0.46
Hex A6 47 51 0 39 33 23 162 28 2E
Octal 246 107 121 0 71 63 43 542 50 56
Binary 10100110 1000111 1010001 0 111001 110011 100011 101100010 101000 101110

Color Harmonies of #A64751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64751

Black with #A64751

Text Example


Text Example

White with #A64751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64751; }

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

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

background-color css

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

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

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

border-color css

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

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

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