Html Css Color HEX #AF4958 Hippie Pink

📋 copy color: '#AF4958'

red 175 ◦ green 73 ◦ blue 88

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

Shades of Hippie Pink #AF4958

Tints of Hippie Pink #AF4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 52.08%
G = 21.73%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF4958 (or 0xAF4958) is known color: Hippie Pink. HEX triplet: AF, 49 and 58. RGB value is (175,73,88). Sum of RGB (Red+Green+Blue) = 175+73+88=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4958 is #50B6A7. Grayscale: #696969. Windows color (decimal): -5289640 or 5786031. OLE color: 5786031.

HSL color Cylindrical-coordinate representation of color #AF4958: hue angle of 351.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4958 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 88 -
CMYK 0 0.58 0.50 0.31
HSL 351.18º 0.41% 0.49% -
HSV(B) 351.18º 0.58% 0.69% -
XYZ 21.82 14.58 10.9 -
YUV 105.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 175 73 88 0 0.58 0.50 0.31 351.18 0.41 0.49
Hex AF 49 58 0 3A 32 1F 15F 29 31
Octal 257 111 130 0 72 62 37 537 51 61
Binary 10101111 1001001 1011000 0 111010 110010 11111 101011111 101001 110001

Color Harmonies of #AF4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4958

Black with #AF4958

Text Example


Text Example

White with #AF4958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4958; }

 p { color: rgb(175,73,88); }

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

background-color css

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

 a { background-color: rgb(175,73,88); }

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

border-color css

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

 span { border-color: rgb(175,73,88); }

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