Html Css Color HEX #A4505D Hippie Pink

📋 copy color: '#A4505D'

red 164 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #A4505D

Tints of Hippie Pink #A4505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

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

R = 48.66%
G = 23.74%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4505D (or 0xA4505D) is known color: Hippie Pink. HEX triplet: A4, 50 and 5D. RGB value is (164,80,93). Sum of RGB (Red+Green+Blue) = 164+80+93=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4505D is #5BAFA2. Grayscale: #6A6A6A. Windows color (decimal): -6008739 or 6115492. OLE color: 6115492.

HSL color Cylindrical-coordinate representation of color #A4505D: hue angle of 350.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4505D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 93 -
CMYK 0 0.51 0.43 0.36
HSL 350.71º 0.34% 0.48% -
HSV(B) 350.71º 0.51% 0.64% -
XYZ 20.15 14.42 12.08 -
YUV 106.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 164 80 93 0 0.51 0.43 0.36 350.71 0.34 0.48
Hex A4 50 5D 0 33 2B 24 15F 22 30
Octal 244 120 135 0 63 53 44 537 42 60
Binary 10100100 1010000 1011101 0 110011 101011 100100 101011111 100010 110000

Color Harmonies of #A4505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4505D

Black with #A4505D

Text Example


Text Example

White with #A4505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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