Html Css Color HEX #A45663 Hippie Pink

📋 copy color: '#A45663'

red 164 ◦ green 86 ◦ blue 99

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

Shades of Hippie Pink #A45663

Tints of Hippie Pink #A45663

RGB

 RED value IS 164 (64.45% from 255) = 46.99%

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 99 (39.06% from 255) = 28.37%

R = 46.99%
G = 24.64%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A45663 (or 0xA45663) is known color: Hippie Pink. HEX triplet: A4, 56 and 63. RGB value is (164,86,99). Sum of RGB (Red+Green+Blue) = 164+86+99=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A45663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45663 is #5BA99C. Grayscale: #6E6E6E. Windows color (decimal): -6007197 or 6510244. OLE color: 6510244.

HSL color Cylindrical-coordinate representation of color #A45663: hue angle of 350º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45663 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 99 -
CMYK 0 0.48 0.40 0.36
HSL 350º 0.31% 0.49% -
HSV(B) 350º 0.48% 0.64% -
XYZ 20.89 15.45 13.69 -
YUV 110.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 164 86 99 0 0.48 0.40 0.36 350 0.31 0.49
Hex A4 56 63 0 30 28 24 15E 1F 31
Octal 244 126 143 0 60 50 44 536 37 61
Binary 10100100 1010110 1100011 0 110000 101000 100100 101011110 11111 110001

Color Harmonies of #A45663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45663

Black with #A45663

Text Example


Text Example

White with #A45663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45663; }

 p { color: rgb(164,86,99); }

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

background-color css

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

 a { background-color: rgb(164,86,99); }

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

border-color css

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

 span { border-color: rgb(164,86,99); }

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