Html Css Color HEX #A64951 Hippie Pink

📋 copy color: '#A64951'

red 166 ◦ green 73 ◦ blue 81

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

Shades of Hippie Pink #A64951

Tints of Hippie Pink #A64951

RGB

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

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

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

R = 51.88%
G = 22.81%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A64951 (or 0xA64951) is known color: Hippie Pink. HEX triplet: A6, 49 and 51. RGB value is (166,73,81). Sum of RGB (Red+Green+Blue) = 166+73+81=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A64951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64951 is #59B6AE. Grayscale: #656565. Windows color (decimal): -5879471 or 5327270. OLE color: 5327270.

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

Color convert

RGB 166 73 81 -
CMYK 0 0.56 0.51 0.35
HSL 354.84º 0.39% 0.47% -
HSV(B) 354.84º 0.56% 0.65% -
XYZ 19.59 13.47 9.35 -
YUV 101.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 166 73 81 0 0.56 0.51 0.35 354.84 0.39 0.47
Hex A6 49 51 0 38 33 23 163 27 2F
Octal 246 111 121 0 70 63 43 543 47 57
Binary 10100110 1001001 1010001 0 111000 110011 100011 101100011 100111 101111

Color Harmonies of #A64951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64951

Black with #A64951

Text Example


Text Example

White with #A64951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64951; }

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

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

background-color css

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

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

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

border-color css

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

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

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