Html Css Color HEX #A4485E Hippie Pink

📋 copy color: '#A4485E'

red 164 ◦ green 72 ◦ blue 94

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

Shades of Hippie Pink #A4485E

Tints of Hippie Pink #A4485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 49.7%
G = 21.82%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4485E (or 0xA4485E) is known color: Hippie Pink. HEX triplet: A4, 48 and 5E. RGB value is (164,72,94). Sum of RGB (Red+Green+Blue) = 164+72+94=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A4485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4485E is #5BB7A1. Grayscale: #666666. Windows color (decimal): -6010786 or 6178980. OLE color: 6178980.

HSL color Cylindrical-coordinate representation of color #A4485E: hue angle of 345.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4485E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 94 -
CMYK 0 0.56 0.43 0.36
HSL 345.65º 0.39% 0.46% -
HSV(B) 345.65º 0.56% 0.64% -
XYZ 19.65 13.34 12.13 -
YUV 102.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 164 72 94 0 0.56 0.43 0.36 345.65 0.39 0.46
Hex A4 48 5E 0 38 2B 24 15A 27 2E
Octal 244 110 136 0 70 53 44 532 47 56
Binary 10100100 1001000 1011110 0 111000 101011 100100 101011010 100111 101110

Color Harmonies of #A4485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4485E

Black with #A4485E

Text Example


Text Example

White with #A4485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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