Html Css Color HEX #AF4D51 Hippie Pink

📋 copy color: '#AF4D51'

red 175 ◦ green 77 ◦ blue 81

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

Shades of Hippie Pink #AF4D51

Tints of Hippie Pink #AF4D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

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

R = 52.55%
G = 23.12%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF4D51 (or 0xAF4D51) is known color: Hippie Pink. HEX triplet: AF, 4D and 51. RGB value is (175,77,81). Sum of RGB (Red+Green+Blue) = 175+77+81=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D51 is #50B2AE. Grayscale: #6A6A6A. Windows color (decimal): -5288623 or 5328303. OLE color: 5328303.

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

Color convert

RGB 175 77 81 -
CMYK 0 0.56 0.54 0.31
HSL 357.55º 0.39% 0.49% -
HSV(B) 357.55º 0.56% 0.69% -
XYZ 21.82 15.02 9.53 -
YUV 106.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 175 77 81 0 0.56 0.54 0.31 357.55 0.39 0.49
Hex AF 4D 51 0 38 36 1F 166 27 31
Octal 257 115 121 0 70 66 37 546 47 61
Binary 10101111 1001101 1010001 0 111000 110110 11111 101100110 100111 110001

Color Harmonies of #AF4D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D51

Black with #AF4D51

Text Example


Text Example

White with #AF4D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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