Html Css Color HEX #AF5260 Hippie Pink

📋 copy color: '#AF5260'

red 175 ◦ green 82 ◦ blue 96

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

Shades of Hippie Pink #AF5260

Tints of Hippie Pink #AF5260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 49.58%
G = 23.23%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF5260 (or 0xAF5260) is known color: Hippie Pink. HEX triplet: AF, 52 and 60. RGB value is (175,82,96). Sum of RGB (Red+Green+Blue) = 175+82+96=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5260 is #50AD9F. Grayscale: #6F6F6F. Windows color (decimal): -5287328 or 6312623. OLE color: 6312623.

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

Color convert

RGB 175 82 96 -
CMYK 0 0.53 0.45 0.31
HSL 350.97º 0.37% 0.5% -
HSV(B) 350.97º 0.53% 0.69% -
XYZ 22.81 15.99 12.95 -
YUV 111.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 175 82 96 0 0.53 0.45 0.31 350.97 0.37 0.5
Hex AF 52 60 0 35 2D 1F 15F 25 32
Octal 257 122 140 0 65 55 37 537 45 62
Binary 10101111 1010010 1100000 0 110101 101101 11111 101011111 100101 110010

Color Harmonies of #AF5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5260

Black with #AF5260

Text Example


Text Example

White with #AF5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5260; }

 p { color: rgb(175,82,96); }

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

background-color css

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

 a { background-color: rgb(175,82,96); }

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

border-color css

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

 span { border-color: rgb(175,82,96); }

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