Html Css Color HEX #AF5059 Hippie Pink

📋 copy color: '#AF5059'

red 175 ◦ green 80 ◦ blue 89

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

Shades of Hippie Pink #AF5059

Tints of Hippie Pink #AF5059

RGB

 RED value IS 175 (68.75% from 255) = 50.87%

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 50.87%
G = 23.26%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF5059 (or 0xAF5059) is known color: Hippie Pink. HEX triplet: AF, 50 and 59. RGB value is (175,80,89). Sum of RGB (Red+Green+Blue) = 175+80+89=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5059 is #50AFA6. Grayscale: #6D6D6D. Windows color (decimal): -5287847 or 5853359. OLE color: 5853359.

HSL color Cylindrical-coordinate representation of color #AF5059: hue angle of 354.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5059 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 89 -
CMYK 0 0.54 0.49 0.31
HSL 354.32º 0.37% 0.5% -
HSV(B) 354.32º 0.54% 0.69% -
XYZ 22.35 15.57 11.28 -
YUV 109.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 175 80 89 0 0.54 0.49 0.31 354.32 0.37 0.5
Hex AF 50 59 0 36 31 1F 162 25 32
Octal 257 120 131 0 66 61 37 542 45 62
Binary 10101111 1010000 1011001 0 110110 110001 11111 101100010 100101 110010

Color Harmonies of #AF5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5059

Black with #AF5059

Text Example


Text Example

White with #AF5059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5059; }

 p { color: rgb(175,80,89); }

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

background-color css

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

 a { background-color: rgb(175,80,89); }

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

border-color css

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

 span { border-color: rgb(175,80,89); }

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