Html Css Color HEX #A9475D Hippie Pink

📋 copy color: '#A9475D'

red 169 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #A9475D

Tints of Hippie Pink #A9475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.32%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 50.75%
G = 21.32%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9475D (or 0xA9475D) is known color: Hippie Pink. HEX triplet: A9, 47 and 5D. RGB value is (169,71,93). Sum of RGB (Red+Green+Blue) = 169+71+93=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9475D is #56B8A2. Grayscale: #666666. Windows color (decimal): -5683363 or 6113193. OLE color: 6113193.

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

Color convert

RGB 169 71 93 -
CMYK 0 0.58 0.45 0.34
HSL 346.53º 0.41% 0.47% -
HSV(B) 346.53º 0.58% 0.66% -
XYZ 20.59 13.73 11.92 -
YUV 102.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 169 71 93 0 0.58 0.45 0.34 346.53 0.41 0.47
Hex A9 47 5D 0 3A 2D 22 15B 29 2F
Octal 251 107 135 0 72 55 42 533 51 57
Binary 10101001 1000111 1011101 0 111010 101101 100010 101011011 101001 101111

Color Harmonies of #A9475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9475D

Black with #A9475D

Text Example


Text Example

White with #A9475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9475D; }

 p { color: rgb(169,71,93); }

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

background-color css

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

 a { background-color: rgb(169,71,93); }

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

border-color css

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

 span { border-color: rgb(169,71,93); }

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