Html Css Color HEX #A9484D Hippie Pink

📋 copy color: '#A9484D'

red 169 ◦ green 72 ◦ blue 77

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

Shades of Hippie Pink #A9484D

Tints of Hippie Pink #A9484D

RGB

 RED value IS 169 (66.41% from 255) = 53.14%

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 53.14%
G = 22.64%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9484D (or 0xA9484D) is known color: Hippie Pink. HEX triplet: A9, 48 and 4D. RGB value is (169,72,77). Sum of RGB (Red+Green+Blue) = 169+72+77=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9484D is #56B7B2. Grayscale: #656565. Windows color (decimal): -5683123 or 5064873. OLE color: 5064873.

HSL color Cylindrical-coordinate representation of color #A9484D: hue angle of 356.91º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9484D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 72 77 -
CMYK 0 0.57 0.54 0.34
HSL 356.91º 0.4% 0.47% -
HSV(B) 356.91º 0.57% 0.66% -
XYZ 20.02 13.61 8.59 -
YUV 101.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 169 72 77 0 0.57 0.54 0.34 356.91 0.4 0.47
Hex A9 48 4D 0 39 36 22 165 28 2F
Octal 251 110 115 0 71 66 42 545 50 57
Binary 10101001 1001000 1001101 0 111001 110110 100010 101100101 101000 101111

Color Harmonies of #A9484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9484D

Black with #A9484D

Text Example


Text Example

White with #A9484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9484D; }

 p { color: rgb(169,72,77); }

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

background-color css

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

 a { background-color: rgb(169,72,77); }

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

border-color css

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

 span { border-color: rgb(169,72,77); }

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