Html Css Color HEX #A4445A Hippie Pink

📋 copy color: '#A4445A'

red 164 ◦ green 68 ◦ blue 90

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

Shades of Hippie Pink #A4445A

Tints of Hippie Pink #A4445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

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

R = 50.93%
G = 21.12%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4445A (or 0xA4445A) is known color: Hippie Pink. HEX triplet: A4, 44 and 5A. RGB value is (164,68,90). Sum of RGB (Red+Green+Blue) = 164+68+90=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4445A is #5BBBA5. Grayscale: #636363. Windows color (decimal): -6011814 or 5915812. OLE color: 5915812.

HSL color Cylindrical-coordinate representation of color #A4445A: hue angle of 346.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4445A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 68 90 -
CMYK 0 0.59 0.45 0.36
HSL 346.25º 0.41% 0.45% -
HSV(B) 346.25º 0.59% 0.64% -
XYZ 19.22 12.76 11.12 -
YUV 99.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 164 68 90 0 0.59 0.45 0.36 346.25 0.41 0.45
Hex A4 44 5A 0 3B 2D 24 15A 29 2D
Octal 244 104 132 0 73 55 44 532 51 55
Binary 10100100 1000100 1011010 0 111011 101101 100100 101011010 101001 101101

Color Harmonies of #A4445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4445A

Black with #A4445A

Text Example


Text Example

White with #A4445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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