Html Css Color HEX #AF5D60 Blush

📋 copy color: '#AF5D60'

red 175 ◦ green 93 ◦ blue 96

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

Shades of Blush #AF5D60

Tints of Blush #AF5D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 48.08%
G = 25.55%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF5D60 (or 0xAF5D60) is known color: Blush. HEX triplet: AF, 5D and 60. RGB value is (175,93,96). Sum of RGB (Red+Green+Blue) = 175+93+96=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D60 is #50A29F. Grayscale: #757575. Windows color (decimal): -5284512 or 6315439. OLE color: 6315439.

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

Color convert

RGB 175 93 96 -
CMYK 0 0.47 0.45 0.31
HSL 357.8º 0.34% 0.53% -
HSV(B) 357.8º 0.47% 0.69% -
XYZ 23.7 17.79 13.25 -
YUV 117.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 175 93 96 0 0.47 0.45 0.31 357.8 0.34 0.53
Hex AF 5D 60 0 2F 2D 1F 166 22 35
Octal 257 135 140 0 57 55 37 546 42 65
Binary 10101111 1011101 1100000 0 101111 101101 11111 101100110 100010 110101

Color Harmonies of #AF5D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D60

Black with #AF5D60

Text Example


Text Example

White with #AF5D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D60; }

 p { color: rgb(175,93,96); }

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

background-color css

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

 a { background-color: rgb(175,93,96); }

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

border-color css

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

 span { border-color: rgb(175,93,96); }

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