Html Css Color HEX #A45461 Hippie Pink

📋 copy color: '#A45461'

red 164 ◦ green 84 ◦ blue 97

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

Shades of Hippie Pink #A45461

Tints of Hippie Pink #A45461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 47.54%
G = 24.35%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A45461 (or 0xA45461) is known color: Hippie Pink. HEX triplet: A4, 54 and 61. RGB value is (164,84,97). Sum of RGB (Red+Green+Blue) = 164+84+97=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A45461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45461 is #5BAB9E. Grayscale: #6D6D6D. Windows color (decimal): -6007711 or 6378660. OLE color: 6378660.

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

Color convert

RGB 164 84 97 -
CMYK 0 0.49 0.41 0.36
HSL 350.25º 0.32% 0.49% -
HSV(B) 350.25º 0.49% 0.64% -
XYZ 20.64 15.1 13.14 -
YUV 109.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 164 84 97 0 0.49 0.41 0.36 350.25 0.32 0.49
Hex A4 54 61 0 31 29 24 15E 20 31
Octal 244 124 141 0 61 51 44 536 40 61
Binary 10100100 1010100 1100001 0 110001 101001 100100 101011110 100000 110001

Color Harmonies of #A45461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45461

Black with #A45461

Text Example


Text Example

White with #A45461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45461; }

 p { color: rgb(164,84,97); }

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

background-color css

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

 a { background-color: rgb(164,84,97); }

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

border-color css

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

 span { border-color: rgb(164,84,97); }

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