Html Css Color HEX #A4555E Hippie Pink

📋 copy color: '#A4555E'

red 164 ◦ green 85 ◦ blue 94

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

Shades of Hippie Pink #A4555E

Tints of Hippie Pink #A4555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 47.81%
G = 24.78%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4555E (or 0xA4555E) is known color: Hippie Pink. HEX triplet: A4, 55 and 5E. RGB value is (164,85,94). Sum of RGB (Red+Green+Blue) = 164+85+94=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4555E is #5BAAA1. Grayscale: #6D6D6D. Windows color (decimal): -6007458 or 6182308. OLE color: 6182308.

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

Color convert

RGB 164 85 94 -
CMYK 0 0.48 0.43 0.36
HSL 353.16º 0.32% 0.49% -
HSV(B) 353.16º 0.48% 0.64% -
XYZ 20.58 15.2 12.44 -
YUV 109.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 164 85 94 0 0.48 0.43 0.36 353.16 0.32 0.49
Hex A4 55 5E 0 30 2B 24 161 20 31
Octal 244 125 136 0 60 53 44 541 40 61
Binary 10100100 1010101 1011110 0 110000 101011 100100 101100001 100000 110001

Color Harmonies of #A4555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4555E

Black with #A4555E

Text Example


Text Example

White with #A4555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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