Html Css Color HEX #A4485B Hippie Pink

📋 copy color: '#A4485B'

red 164 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #A4485B

Tints of Hippie Pink #A4485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 50.15%
G = 22.02%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4485B (or 0xA4485B) is known color: Hippie Pink. HEX triplet: A4, 48 and 5B. RGB value is (164,72,91). Sum of RGB (Red+Green+Blue) = 164+72+91=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4485B is #5BB7A4. Grayscale: #656565. Windows color (decimal): -6010789 or 5982372. OLE color: 5982372.

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

Color convert

RGB 164 72 91 -
CMYK 0 0.56 0.45 0.36
HSL 347.61º 0.39% 0.46% -
HSV(B) 347.61º 0.56% 0.64% -
XYZ 19.52 13.28 11.43 -
YUV 101.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 164 72 91 0 0.56 0.45 0.36 347.61 0.39 0.46
Hex A4 48 5B 0 38 2D 24 15C 27 2E
Octal 244 110 133 0 70 55 44 534 47 56
Binary 10100100 1001000 1011011 0 111000 101101 100100 101011100 100111 101110

Color Harmonies of #A4485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4485B

Black with #A4485B

Text Example


Text Example

White with #A4485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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