Html Css Color HEX #AF4657 Hippie Pink

📋 copy color: '#AF4657'

red 175 ◦ green 70 ◦ blue 87

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

Shades of Hippie Pink #AF4657

Tints of Hippie Pink #AF4657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

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

R = 52.71%
G = 21.08%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF4657 (or 0xAF4657) is known color: Hippie Pink. HEX triplet: AF, 46 and 57. RGB value is (175,70,87). Sum of RGB (Red+Green+Blue) = 175+70+87=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4657 is #50B9A8. Grayscale: #676767. Windows color (decimal): -5290409 or 5719727. OLE color: 5719727.

HSL color Cylindrical-coordinate representation of color #AF4657: hue angle of 350.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4657 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 87 -
CMYK 0 0.60 0.50 0.31
HSL 350.29º 0.43% 0.48% -
HSV(B) 350.29º 0.6% 0.69% -
XYZ 21.59 14.18 10.62 -
YUV 103.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 175 70 87 0 0.60 0.50 0.31 350.29 0.43 0.48
Hex AF 46 57 0 3C 32 1F 15E 2B 30
Octal 257 106 127 0 74 62 37 536 53 60
Binary 10101111 1000110 1010111 0 111100 110010 11111 101011110 101011 110000

Color Harmonies of #AF4657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4657

Black with #AF4657

Text Example


Text Example

White with #AF4657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4657; }

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

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

background-color css

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

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

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

border-color css

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

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

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