Html Css Color HEX #AF4E57 Hippie Pink

📋 copy color: '#AF4E57'

red 175 ◦ green 78 ◦ blue 87

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

Shades of Hippie Pink #AF4E57

Tints of Hippie Pink #AF4E57

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.94%

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 51.47%
G = 22.94%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF4E57 (or 0xAF4E57) is known color: Hippie Pink. HEX triplet: AF, 4E and 57. RGB value is (175,78,87). Sum of RGB (Red+Green+Blue) = 175+78+87=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E57 is #50B1A8. Grayscale: #6C6C6C. Windows color (decimal): -5288361 or 5721775. OLE color: 5721775.

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

Color convert

RGB 175 78 87 -
CMYK 0 0.55 0.50 0.31
HSL 354.43º 0.38% 0.5% -
HSV(B) 354.43º 0.55% 0.69% -
XYZ 22.12 15.25 10.79 -
YUV 108.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 175 78 87 0 0.55 0.50 0.31 354.43 0.38 0.5
Hex AF 4E 57 0 37 32 1F 162 26 32
Octal 257 116 127 0 67 62 37 542 46 62
Binary 10101111 1001110 1010111 0 110111 110010 11111 101100010 100110 110010

Color Harmonies of #AF4E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E57

Black with #AF4E57

Text Example


Text Example

White with #AF4E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E57; }

 p { color: rgb(175,78,87); }

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

background-color css

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

 a { background-color: rgb(175,78,87); }

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

border-color css

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

 span { border-color: rgb(175,78,87); }

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