Html Css Color HEX #A4465B Hippie Pink

📋 copy color: '#A4465B'

red 164 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #A4465B

Tints of Hippie Pink #A4465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 50.46%
G = 21.54%
B = 28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4465B (or 0xA4465B) is known color: Hippie Pink. HEX triplet: A4, 46 and 5B. RGB value is (164,70,91). Sum of RGB (Red+Green+Blue) = 164+70+91=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4465B is #5BB9A4. Grayscale: #646464. Windows color (decimal): -6011301 or 5981860. OLE color: 5981860.

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

Color convert

RGB 164 70 91 -
CMYK 0 0.57 0.45 0.36
HSL 346.6º 0.4% 0.46% -
HSV(B) 346.6º 0.57% 0.64% -
XYZ 19.39 13.03 11.39 -
YUV 100.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 164 70 91 0 0.57 0.45 0.36 346.6 0.4 0.46
Hex A4 46 5B 0 39 2D 24 15B 28 2E
Octal 244 106 133 0 71 55 44 533 50 56
Binary 10100100 1000110 1011011 0 111001 101101 100100 101011011 101000 101110

Color Harmonies of #A4465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4465B

Black with #A4465B

Text Example


Text Example

White with #A4465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4465B; }

 p { color: rgb(164,70,91); }

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

background-color css

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

 a { background-color: rgb(164,70,91); }

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

border-color css

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

 span { border-color: rgb(164,70,91); }

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