Html Css Color HEX #A4495B Hippie Pink

📋 copy color: '#A4495B'

red 164 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #A4495B

Tints of Hippie Pink #A4495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 50%
G = 22.26%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4495B (or 0xA4495B) is known color: Hippie Pink. HEX triplet: A4, 49 and 5B. RGB value is (164,73,91). Sum of RGB (Red+Green+Blue) = 164+73+91=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4495B is #5BB6A4. Grayscale: #666666. Windows color (decimal): -6010533 or 5982628. OLE color: 5982628.

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

Color convert

RGB 164 73 91 -
CMYK 0 0.55 0.45 0.36
HSL 348.13º 0.38% 0.46% -
HSV(B) 348.13º 0.55% 0.64% -
XYZ 19.58 13.41 11.45 -
YUV 102.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 164 73 91 0 0.55 0.45 0.36 348.13 0.38 0.46
Hex A4 49 5B 0 37 2D 24 15C 26 2E
Octal 244 111 133 0 67 55 44 534 46 56
Binary 10100100 1001001 1011011 0 110111 101101 100100 101011100 100110 101110

Color Harmonies of #A4495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4495B

Black with #A4495B

Text Example


Text Example

White with #A4495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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