Html Css Color HEX #A4465D Hippie Pink

📋 copy color: '#A4465D'

red 164 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #A4465D

Tints of Hippie Pink #A4465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 50.15%
G = 21.41%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4465D (or 0xA4465D) is known color: Hippie Pink. HEX triplet: A4, 46 and 5D. RGB value is (164,70,93). Sum of RGB (Red+Green+Blue) = 164+70+93=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4465D is #5BB9A2. Grayscale: #646464. Windows color (decimal): -6011299 or 6112932. OLE color: 6112932.

HSL color Cylindrical-coordinate representation of color #A4465D: hue angle of 345.32º 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 #A4465D is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 93 -
CMYK 0 0.57 0.43 0.36
HSL 345.32º 0.4% 0.46% -
HSV(B) 345.32º 0.57% 0.64% -
XYZ 19.48 13.06 11.85 -
YUV 100.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 164 70 93 0 0.57 0.43 0.36 345.32 0.4 0.46
Hex A4 46 5D 0 39 2B 24 159 28 2E
Octal 244 106 135 0 71 53 44 531 50 56
Binary 10100100 1000110 1011101 0 111001 101011 100100 101011001 101000 101110

Color Harmonies of #A4465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4465D

Black with #A4465D

Text Example


Text Example

White with #A4465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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