Html Css Color HEX #A4555C Hippie Pink

📋 copy color: '#A4555C'

red 164 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #A4555C

Tints of Hippie Pink #A4555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 48.09%
G = 24.93%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4555C (or 0xA4555C) is known color: Hippie Pink. HEX triplet: A4, 55 and 5C. RGB value is (164,85,92). Sum of RGB (Red+Green+Blue) = 164+85+92=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4555C is #5BAAA3. Grayscale: #6D6D6D. Windows color (decimal): -6007460 or 6051236. OLE color: 6051236.

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

Color convert

RGB 164 85 92 -
CMYK 0 0.48 0.44 0.36
HSL 354.68º 0.32% 0.49% -
HSV(B) 354.68º 0.48% 0.64% -
XYZ 20.49 15.16 11.97 -
YUV 109.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 164 85 92 0 0.48 0.44 0.36 354.68 0.32 0.49
Hex A4 55 5C 0 30 2C 24 163 20 31
Octal 244 125 134 0 60 54 44 543 40 61
Binary 10100100 1010101 1011100 0 110000 101100 100100 101100011 100000 110001

Color Harmonies of #A4555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4555C

Black with #A4555C

Text Example


Text Example

White with #A4555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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