Html Css Color HEX #AF4655 Hippie Pink

📋 copy color: '#AF4655'

red 175 ◦ green 70 ◦ blue 85

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

Shades of Hippie Pink #AF4655

Tints of Hippie Pink #AF4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 53.03%
G = 21.21%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF4655 (or 0xAF4655) is known color: Hippie Pink. HEX triplet: AF, 46 and 55. RGB value is (175,70,85). Sum of RGB (Red+Green+Blue) = 175+70+85=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4655 is #50B9AA. Grayscale: #676767. Windows color (decimal): -5290411 or 5588655. OLE color: 5588655.

HSL color Cylindrical-coordinate representation of color #AF4655: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4655 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 85 -
CMYK 0 0.60 0.51 0.31
HSL 351.43º 0.43% 0.48% -
HSV(B) 351.43º 0.6% 0.69% -
XYZ 21.51 14.15 10.19 -
YUV 103.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 175 70 85 0 0.60 0.51 0.31 351.43 0.43 0.48
Hex AF 46 55 0 3C 33 1F 15F 2B 30
Octal 257 106 125 0 74 63 37 537 53 60
Binary 10101111 1000110 1010101 0 111100 110011 11111 101011111 101011 110000

Color Harmonies of #AF4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4655

Black with #AF4655

Text Example


Text Example

White with #AF4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4655; }

 p { color: rgb(175,70,85); }

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

background-color css

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

 a { background-color: rgb(175,70,85); }

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

border-color css

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

 span { border-color: rgb(175,70,85); }

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