Html Css Color HEX #AF575B Hippie Pink

📋 copy color: '#AF575B'

red 175 ◦ green 87 ◦ blue 91

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

Shades of Hippie Pink #AF575B

Tints of Hippie Pink #AF575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 49.58%
G = 24.65%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF575B (or 0xAF575B) is known color: Hippie Pink. HEX triplet: AF, 57 and 5B. RGB value is (175,87,91). Sum of RGB (Red+Green+Blue) = 175+87+91=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF575B is #50A8A4. Grayscale: #717171. Windows color (decimal): -5286053 or 5986223. OLE color: 5986223.

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

Color convert

RGB 175 87 91 -
CMYK 0 0.50 0.48 0.31
HSL 357.27º 0.35% 0.51% -
HSV(B) 357.27º 0.5% 0.69% -
XYZ 22.98 16.69 11.91 -
YUV 113.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 175 87 91 0 0.50 0.48 0.31 357.27 0.35 0.51
Hex AF 57 5B 0 32 30 1F 165 23 33
Octal 257 127 133 0 62 60 37 545 43 63
Binary 10101111 1010111 1011011 0 110010 110000 11111 101100101 100011 110011

Color Harmonies of #AF575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF575B

Black with #AF575B

Text Example


Text Example

White with #AF575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF575B; }

 p { color: rgb(175,87,91); }

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

background-color css

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

 a { background-color: rgb(175,87,91); }

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

border-color css

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

 span { border-color: rgb(175,87,91); }

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