Html Css Color HEX #A4555A Hippie Pink

📋 copy color: '#A4555A'

red 164 ◦ green 85 ◦ blue 90

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

Shades of Hippie Pink #A4555A

Tints of Hippie Pink #A4555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 48.38%
G = 25.07%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4555A (or 0xA4555A) is known color: Hippie Pink. HEX triplet: A4, 55 and 5A. RGB value is (164,85,90). Sum of RGB (Red+Green+Blue) = 164+85+90=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4555A is #5BAAA5. Grayscale: #6D6D6D. Windows color (decimal): -6007462 or 5920164. OLE color: 5920164.

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

Color convert

RGB 164 85 90 -
CMYK 0 0.48 0.45 0.36
HSL 356.2º 0.32% 0.49% -
HSV(B) 356.2º 0.48% 0.64% -
XYZ 20.4 15.13 11.52 -
YUV 109.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 164 85 90 0 0.48 0.45 0.36 356.2 0.32 0.49
Hex A4 55 5A 0 30 2D 24 164 20 31
Octal 244 125 132 0 60 55 44 544 40 61
Binary 10100100 1010101 1011010 0 110000 101101 100100 101100100 100000 110001

Color Harmonies of #A4555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4555A

Black with #A4555A

Text Example


Text Example

White with #A4555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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