Html Css Color HEX #AF5B5C Hippie Pink

📋 copy color: '#AF5B5C'

red 175 ◦ green 91 ◦ blue 92

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

Shades of Hippie Pink #AF5B5C

Tints of Hippie Pink #AF5B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 48.88%
G = 25.42%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF5B5C (or 0xAF5B5C) is known color: Hippie Pink. HEX triplet: AF, 5B and 5C. RGB value is (175,91,92). Sum of RGB (Red+Green+Blue) = 175+91+92=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B5C is #50A4A3. Grayscale: #747474. Windows color (decimal): -5285028 or 6052783. OLE color: 6052783.

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

Color convert

RGB 175 91 92 -
CMYK 0 0.48 0.47 0.31
HSL 359.29º 0.34% 0.52% -
HSV(B) 359.29º 0.48% 0.69% -
XYZ 23.35 17.37 12.25 -
YUV 116.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 175 91 92 0 0.48 0.47 0.31 359.29 0.34 0.52
Hex AF 5B 5C 0 30 2F 1F 167 22 34
Octal 257 133 134 0 60 57 37 547 42 64
Binary 10101111 1011011 1011100 0 110000 101111 11111 101100111 100010 110100

Color Harmonies of #AF5B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B5C

Black with #AF5B5C

Text Example


Text Example

White with #AF5B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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