Html Css Color HEX #AF5859 Hippie Pink

📋 copy color: '#AF5859'

red 175 ◦ green 88 ◦ blue 89

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

Shades of Hippie Pink #AF5859

Tints of Hippie Pink #AF5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 49.72%
G = 25%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF5859 (or 0xAF5859) is known color: Hippie Pink. HEX triplet: AF, 58 and 59. RGB value is (175,88,89). Sum of RGB (Red+Green+Blue) = 175+88+89=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5859 is #50A7A6. Grayscale: #727272. Windows color (decimal): -5285799 or 5855407. OLE color: 5855407.

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

Color convert

RGB 175 88 89 -
CMYK 0 0.50 0.49 0.31
HSL 359.31º 0.35% 0.52% -
HSV(B) 359.31º 0.5% 0.69% -
XYZ 22.97 16.81 11.49 -
YUV 114.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 175 88 89 0 0.50 0.49 0.31 359.31 0.35 0.52
Hex AF 58 59 0 32 31 1F 167 23 34
Octal 257 130 131 0 62 61 37 547 43 64
Binary 10101111 1011000 1011001 0 110010 110001 11111 101100111 100011 110100

Color Harmonies of #AF5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5859

Black with #AF5859

Text Example


Text Example

White with #AF5859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5859; }

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

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

background-color css

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

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

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

border-color css

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

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

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