Html Css Color HEX #A45155 Hippie Pink

📋 copy color: '#A45155'

red 164 ◦ green 81 ◦ blue 85

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

Shades of Hippie Pink #A45155

Tints of Hippie Pink #A45155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 49.7%
G = 24.55%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A45155 (or 0xA45155) is known color: Hippie Pink. HEX triplet: A4, 51 and 55. RGB value is (164,81,85). Sum of RGB (Red+Green+Blue) = 164+81+85=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A45155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45155 is #5BAEAA. Grayscale: #6A6A6A. Windows color (decimal): -6008491 or 5591460. OLE color: 5591460.

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

Color convert

RGB 164 81 85 -
CMYK 0 0.51 0.48 0.36
HSL 357.11º 0.34% 0.48% -
HSV(B) 357.11º 0.51% 0.64% -
XYZ 19.89 14.43 10.33 -
YUV 106.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 164 81 85 0 0.51 0.48 0.36 357.11 0.34 0.48
Hex A4 51 55 0 33 30 24 165 22 30
Octal 244 121 125 0 63 60 44 545 42 60
Binary 10100100 1010001 1010101 0 110011 110000 100100 101100101 100010 110000

Color Harmonies of #A45155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45155

Black with #A45155

Text Example


Text Example

White with #A45155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45155; }

 p { color: rgb(164,81,85); }

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

background-color css

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

 a { background-color: rgb(164,81,85); }

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

border-color css

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

 span { border-color: rgb(164,81,85); }

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