Html Css Color HEX #AF5356 Hippie Pink

📋 copy color: '#AF5356'

red 175 ◦ green 83 ◦ blue 86

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

Shades of Hippie Pink #AF5356

Tints of Hippie Pink #AF5356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.13%

 BLUE value IS 86 (33.98% from 255) = 25%

R = 50.87%
G = 24.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF5356 (or 0xAF5356) is known color: Hippie Pink. HEX triplet: AF, 53 and 56. RGB value is (175,83,86). Sum of RGB (Red+Green+Blue) = 175+83+86=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5356 is #50ACA9. Grayscale: #6E6E6E. Windows color (decimal): -5287082 or 5657519. OLE color: 5657519.

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

Color convert

RGB 175 83 86 -
CMYK 0 0.53 0.51 0.31
HSL 358.04º 0.37% 0.51% -
HSV(B) 358.04º 0.53% 0.69% -
XYZ 22.45 15.97 10.7 -
YUV 110.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 175 83 86 0 0.53 0.51 0.31 358.04 0.37 0.51
Hex AF 53 56 0 35 33 1F 166 25 33
Octal 257 123 126 0 65 63 37 546 45 63
Binary 10101111 1010011 1010110 0 110101 110011 11111 101100110 100101 110011

Color Harmonies of #AF5356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5356

Black with #AF5356

Text Example


Text Example

White with #AF5356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5356; }

 p { color: rgb(175,83,86); }

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

background-color css

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

 a { background-color: rgb(175,83,86); }

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

border-color css

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

 span { border-color: rgb(175,83,86); }

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