Html Css Color HEX #A4555F Hippie Pink

📋 copy color: '#A4555F'

red 164 ◦ green 85 ◦ blue 95

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

Shades of Hippie Pink #A4555F

Tints of Hippie Pink #A4555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 47.67%
G = 24.71%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4555F (or 0xA4555F) is known color: Hippie Pink. HEX triplet: A4, 55 and 5F. RGB value is (164,85,95). Sum of RGB (Red+Green+Blue) = 164+85+95=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4555F is #5BAAA0. Grayscale: #6D6D6D. Windows color (decimal): -6007457 or 6247844. OLE color: 6247844.

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

Color convert

RGB 164 85 95 -
CMYK 0 0.48 0.42 0.36
HSL 352.41º 0.32% 0.49% -
HSV(B) 352.41º 0.48% 0.64% -
XYZ 20.62 15.22 12.68 -
YUV 109.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 164 85 95 0 0.48 0.42 0.36 352.41 0.32 0.49
Hex A4 55 5F 0 30 2A 24 160 20 31
Octal 244 125 137 0 60 52 44 540 40 61
Binary 10100100 1010101 1011111 0 110000 101010 100100 101100000 100000 110001

Color Harmonies of #A4555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4555F

Black with #A4555F

Text Example


Text Example

White with #A4555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4555F; }

 p { color: rgb(164,85,95); }

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

background-color css

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

 a { background-color: rgb(164,85,95); }

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

border-color css

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

 span { border-color: rgb(164,85,95); }

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