Html Css Color HEX #AF515C Hippie Pink

📋 copy color: '#AF515C'

red 175 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #AF515C

Tints of Hippie Pink #AF515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

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

R = 50.29%
G = 23.28%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF515C (or 0xAF515C) is known color: Hippie Pink. HEX triplet: AF, 51 and 5C. RGB value is (175,81,92). Sum of RGB (Red+Green+Blue) = 175+81+92=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF515C is #50AEA3. Grayscale: #6E6E6E. Windows color (decimal): -5287588 or 6050223. OLE color: 6050223.

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

Color convert

RGB 175 81 92 -
CMYK 0 0.54 0.47 0.31
HSL 352.98º 0.37% 0.5% -
HSV(B) 352.98º 0.54% 0.69% -
XYZ 22.55 15.77 11.98 -
YUV 110.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 175 81 92 0 0.54 0.47 0.31 352.98 0.37 0.5
Hex AF 51 5C 0 36 2F 1F 161 25 32
Octal 257 121 134 0 66 57 37 541 45 62
Binary 10101111 1010001 1011100 0 110110 101111 11111 101100001 100101 110010

Color Harmonies of #AF515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF515C

Black with #AF515C

Text Example


Text Example

White with #AF515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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