Html Css Color HEX #AF5E6D Blush

📋 copy color: '#AF5E6D'

red 175 ◦ green 94 ◦ blue 109

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

Shades of Blush #AF5E6D

Tints of Blush #AF5E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 46.3%
G = 24.87%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF5E6D (or 0xAF5E6D) is known color: Blush. HEX triplet: AF, 5E and 6D. RGB value is (175,94,109). Sum of RGB (Red+Green+Blue) = 175+94+109=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E6D is #50A192. Grayscale: #777777. Windows color (decimal): -5284243 or 7167663. OLE color: 7167663.

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

Color convert

RGB 175 94 109 -
CMYK 0 0.46 0.38 0.31
HSL 348.89º 0.34% 0.53% -
HSV(B) 348.89º 0.46% 0.69% -
XYZ 24.44 18.22 16.7 -
YUV 119.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 175 94 109 0 0.46 0.38 0.31 348.89 0.34 0.53
Hex AF 5E 6D 0 2E 26 1F 15D 22 35
Octal 257 136 155 0 56 46 37 535 42 65
Binary 10101111 1011110 1101101 0 101110 100110 11111 101011101 100010 110101

Color Harmonies of #AF5E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E6D

Black with #AF5E6D

Text Example


Text Example

White with #AF5E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E6D; }

 p { color: rgb(175,94,109); }

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

background-color css

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

 a { background-color: rgb(175,94,109); }

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

border-color css

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

 span { border-color: rgb(175,94,109); }

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