Html Css Color HEX #AF4251 Hippie Pink

📋 copy color: '#AF4251'

red 175 ◦ green 66 ◦ blue 81

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

Shades of Hippie Pink #AF4251

Tints of Hippie Pink #AF4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 54.35%
G = 20.5%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF4251 (or 0xAF4251) is known color: Hippie Pink. HEX triplet: AF, 42 and 51. RGB value is (175,66,81). Sum of RGB (Red+Green+Blue) = 175+66+81=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4251 is #50BDAE. Grayscale: #646464. Windows color (decimal): -5291439 or 5325487. OLE color: 5325487.

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

Color convert

RGB 175 66 81 -
CMYK 0 0.62 0.54 0.31
HSL 351.74º 0.45% 0.47% -
HSV(B) 351.74º 0.62% 0.69% -
XYZ 21.11 13.6 9.3 -
YUV 100.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 175 66 81 0 0.62 0.54 0.31 351.74 0.45 0.47
Hex AF 42 51 0 3E 36 1F 160 2D 2F
Octal 257 102 121 0 76 66 37 540 55 57
Binary 10101111 1000010 1010001 0 111110 110110 11111 101100000 101101 101111

Color Harmonies of #AF4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4251

Black with #AF4251

Text Example


Text Example

White with #AF4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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