Html Css Color HEX #AF5156 Hippie Pink

📋 copy color: '#AF5156'

red 175 ◦ green 81 ◦ blue 86

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

Shades of Hippie Pink #AF5156

Tints of Hippie Pink #AF5156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 51.17%
G = 23.68%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF5156 (or 0xAF5156) is known color: Hippie Pink. HEX triplet: AF, 51 and 56. RGB value is (175,81,86). Sum of RGB (Red+Green+Blue) = 175+81+86=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5156 is #50AEA9. Grayscale: #6D6D6D. Windows color (decimal): -5287594 or 5657007. OLE color: 5657007.

HSL color Cylindrical-coordinate representation of color #AF5156: hue angle of 356.81º 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 #AF5156 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 86 -
CMYK 0 0.54 0.51 0.31
HSL 356.81º 0.37% 0.5% -
HSV(B) 356.81º 0.54% 0.69% -
XYZ 22.3 15.67 10.65 -
YUV 109.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 175 81 86 0 0.54 0.51 0.31 356.81 0.37 0.5
Hex AF 51 56 0 36 33 1F 165 25 32
Octal 257 121 126 0 66 63 37 545 45 62
Binary 10101111 1010001 1010110 0 110110 110011 11111 101100101 100101 110010

Color Harmonies of #AF5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5156

Black with #AF5156

Text Example


Text Example

White with #AF5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5156; }

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

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

background-color css

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

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

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

border-color css

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

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

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