Html Css Color HEX #A4495D Hippie Pink

📋 copy color: '#A4495D'

red 164 ◦ green 73 ◦ blue 93

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

Shades of Hippie Pink #A4495D

Tints of Hippie Pink #A4495D

RGB

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

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

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

R = 49.7%
G = 22.12%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4495D (or 0xA4495D) is known color: Hippie Pink. HEX triplet: A4, 49 and 5D. RGB value is (164,73,93). Sum of RGB (Red+Green+Blue) = 164+73+93=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A4495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4495D is #5BB6A2. Grayscale: #666666. Windows color (decimal): -6010531 or 6113700. OLE color: 6113700.

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

Color convert

RGB 164 73 93 -
CMYK 0 0.55 0.43 0.36
HSL 346.81º 0.38% 0.46% -
HSV(B) 346.81º 0.55% 0.64% -
XYZ 19.67 13.45 11.92 -
YUV 102.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 164 73 93 0 0.55 0.43 0.36 346.81 0.38 0.46
Hex A4 49 5D 0 37 2B 24 15B 26 2E
Octal 244 111 135 0 67 53 44 533 46 56
Binary 10100100 1001001 1011101 0 110111 101011 100100 101011011 100110 101110

Color Harmonies of #A4495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4495D

Black with #A4495D

Text Example


Text Example

White with #A4495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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