Html Css Color HEX #AF5051 Hippie Pink

📋 copy color: '#AF5051'

red 175 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #AF5051

Tints of Hippie Pink #AF5051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 52.08%
G = 23.81%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF5051 (or 0xAF5051) is known color: Hippie Pink. HEX triplet: AF, 50 and 51. RGB value is (175,80,81). Sum of RGB (Red+Green+Blue) = 175+80+81=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5051 is #50AFAE. Grayscale: #6C6C6C. Windows color (decimal): -5287855 or 5329071. OLE color: 5329071.

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

Color convert

RGB 175 80 81 -
CMYK 0 0.54 0.54 0.31
HSL 359.37º 0.37% 0.5% -
HSV(B) 359.37º 0.54% 0.69% -
XYZ 22.03 15.45 9.6 -
YUV 108.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 175 80 81 0 0.54 0.54 0.31 359.37 0.37 0.5
Hex AF 50 51 0 36 36 1F 167 25 32
Octal 257 120 121 0 66 66 37 547 45 62
Binary 10101111 1010000 1010001 0 110110 110110 11111 101100111 100101 110010

Color Harmonies of #AF5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5051

Black with #AF5051

Text Example


Text Example

White with #AF5051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5051; }

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

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

background-color css

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

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

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

border-color css

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

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

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