Html Css Color HEX #AF4E50 Hippie Pink

📋 copy color: '#AF4E50'

red 175 ◦ green 78 ◦ blue 80

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

Shades of Hippie Pink #AF4E50

Tints of Hippie Pink #AF4E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 52.55%
G = 23.42%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF4E50 (or 0xAF4E50) is known color: Hippie Pink. HEX triplet: AF, 4E and 50. RGB value is (175,78,80). Sum of RGB (Red+Green+Blue) = 175+78+80=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E50 is #50B1AF. Grayscale: #6B6B6B. Windows color (decimal): -5288368 or 5263023. OLE color: 5263023.

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

Color convert

RGB 175 78 80 -
CMYK 0 0.55 0.54 0.31
HSL 358.76º 0.38% 0.5% -
HSV(B) 358.76º 0.55% 0.69% -
XYZ 21.85 15.14 9.36 -
YUV 107.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 175 78 80 0 0.55 0.54 0.31 358.76 0.38 0.5
Hex AF 4E 50 0 37 36 1F 167 26 32
Octal 257 116 120 0 67 66 37 547 46 62
Binary 10101111 1001110 1010000 0 110111 110110 11111 101100111 100110 110010

Color Harmonies of #AF4E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E50

Black with #AF4E50

Text Example


Text Example

White with #AF4E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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