Html Css Color HEX #A45860 Hippie Pink

📋 copy color: '#A45860'

red 164 ◦ green 88 ◦ blue 96

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

Shades of Hippie Pink #A45860

Tints of Hippie Pink #A45860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 47.13%
G = 25.29%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A45860 (or 0xA45860) is known color: Hippie Pink. HEX triplet: A4, 58 and 60. RGB value is (164,88,96). Sum of RGB (Red+Green+Blue) = 164+88+96=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45860 is #5BA79F. Grayscale: #6F6F6F. Windows color (decimal): -6006688 or 6314148. OLE color: 6314148.

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

Color convert

RGB 164 88 96 -
CMYK 0 0.46 0.41 0.36
HSL 353.68º 0.3% 0.49% -
HSV(B) 353.68º 0.46% 0.64% -
XYZ 20.91 15.72 13 -
YUV 111.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 164 88 96 0 0.46 0.41 0.36 353.68 0.3 0.49
Hex A4 58 60 0 2E 29 24 162 1E 31
Octal 244 130 140 0 56 51 44 542 36 61
Binary 10100100 1011000 1100000 0 101110 101001 100100 101100010 11110 110001

Color Harmonies of #A45860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45860

Black with #A45860

Text Example


Text Example

White with #A45860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45860; }

 p { color: rgb(164,88,96); }

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

background-color css

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

 a { background-color: rgb(164,88,96); }

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

border-color css

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

 span { border-color: rgb(164,88,96); }

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