Html Css Color HEX #AF5659 Hippie Pink

📋 copy color: '#AF5659'

red 175 ◦ green 86 ◦ blue 89

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

Shades of Hippie Pink #AF5659

Tints of Hippie Pink #AF5659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

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

R = 50%
G = 24.57%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF5659 (or 0xAF5659) is known color: Hippie Pink. HEX triplet: AF, 56 and 59. RGB value is (175,86,89). Sum of RGB (Red+Green+Blue) = 175+86+89=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5659 is #50A9A6. Grayscale: #717171. Windows color (decimal): -5286311 or 5854895. OLE color: 5854895.

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

Color convert

RGB 175 86 89 -
CMYK 0 0.51 0.49 0.31
HSL 357.98º 0.36% 0.51% -
HSV(B) 357.98º 0.51% 0.69% -
XYZ 22.81 16.49 11.43 -
YUV 112.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 175 86 89 0 0.51 0.49 0.31 357.98 0.36 0.51
Hex AF 56 59 0 33 31 1F 166 24 33
Octal 257 126 131 0 63 61 37 546 44 63
Binary 10101111 1010110 1011001 0 110011 110001 11111 101100110 100100 110011

Color Harmonies of #AF5659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5659

Black with #AF5659

Text Example


Text Example

White with #AF5659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5659; }

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

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

background-color css

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

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

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

border-color css

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

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

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