Html Css Color HEX #AF5663 Blush

📋 copy color: '#AF5663'

red 175 ◦ green 86 ◦ blue 99

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

Shades of Blush #AF5663

Tints of Blush #AF5663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 48.61%
G = 23.89%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF5663 (or 0xAF5663) is known color: Blush. HEX triplet: AF, 56 and 63. RGB value is (175,86,99). Sum of RGB (Red+Green+Blue) = 175+86+99=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5663 is #50A99C. Grayscale: #727272. Windows color (decimal): -5286301 or 6510255. OLE color: 6510255.

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

Color convert

RGB 175 86 99 -
CMYK 0 0.51 0.43 0.31
HSL 351.24º 0.36% 0.51% -
HSV(B) 351.24º 0.51% 0.69% -
XYZ 23.26 16.67 13.8 -
YUV 114.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 175 86 99 0 0.51 0.43 0.31 351.24 0.36 0.51
Hex AF 56 63 0 33 2B 1F 15F 24 33
Octal 257 126 143 0 63 53 37 537 44 63
Binary 10101111 1010110 1100011 0 110011 101011 11111 101011111 100100 110011

Color Harmonies of #AF5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5663

Black with #AF5663

Text Example


Text Example

White with #AF5663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5663; }

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

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

background-color css

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

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

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

border-color css

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

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

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