Html Css Color HEX #AF5D6E Blush

📋 copy color: '#AF5D6E'

red 175 ◦ green 93 ◦ blue 110

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

Shades of Blush #AF5D6E

Tints of Blush #AF5D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 46.3%
G = 24.6%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF5D6E (or 0xAF5D6E) is known color: Blush. HEX triplet: AF, 5D and 6E. RGB value is (175,93,110). Sum of RGB (Red+Green+Blue) = 175+93+110=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D6E is #50A291. Grayscale: #777777. Windows color (decimal): -5284498 or 7232943. OLE color: 7232943.

HSL color Cylindrical-coordinate representation of color #AF5D6E: hue angle of 347.56º 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 #AF5D6E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 110 -
CMYK 0 0.47 0.37 0.31
HSL 347.56º 0.34% 0.53% -
HSV(B) 347.56º 0.47% 0.69% -
XYZ 24.41 18.07 16.95 -
YUV 119.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 175 93 110 0 0.47 0.37 0.31 347.56 0.34 0.53
Hex AF 5D 6E 0 2F 25 1F 15C 22 35
Octal 257 135 156 0 57 45 37 534 42 65
Binary 10101111 1011101 1101110 0 101111 100101 11111 101011100 100010 110101

Color Harmonies of #AF5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D6E

Black with #AF5D6E

Text Example


Text Example

White with #AF5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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