Html Css Color HEX #AF4E51 Hippie Pink

📋 copy color: '#AF4E51'

red 175 ◦ green 78 ◦ blue 81

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

Shades of Hippie Pink #AF4E51

Tints of Hippie Pink #AF4E51

RGB

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

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

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

R = 52.4%
G = 23.35%
B = 24.25%

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

#AF4E51 (or 0xAF4E51) is known color: Hippie Pink. HEX triplet: AF, 4E and 51. RGB value is (175,78,81). Sum of RGB (Red+Green+Blue) = 175+78+81=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E51 is #50B1AE. Grayscale: #6B6B6B. Windows color (decimal): -5288367 or 5328559. OLE color: 5328559.

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

Color convert

RGB 175 78 81 -
CMYK 0 0.55 0.54 0.31
HSL 358.14º 0.38% 0.5% -
HSV(B) 358.14º 0.55% 0.69% -
XYZ 21.89 15.16 9.56 -
YUV 107.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 175 78 81 0 0.55 0.54 0.31 358.14 0.38 0.5
Hex AF 4E 51 0 37 36 1F 166 26 32
Octal 257 116 121 0 67 66 37 546 46 62
Binary 10101111 1001110 1010001 0 110111 110110 11111 101100110 100110 110010

Color Harmonies of #AF4E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E51

Black with #AF4E51

Text Example


Text Example

White with #AF4E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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