Html Css Color HEX #AF5766 Blush

📋 copy color: '#AF5766'

red 175 ◦ green 87 ◦ blue 102

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

Shades of Blush #AF5766

Tints of Blush #AF5766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.9%

 BLUE value IS 102 (40.23% from 255) = 28.02%

R = 48.08%
G = 23.9%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF5766 (or 0xAF5766) is known color: Blush. HEX triplet: AF, 57 and 66. RGB value is (175,87,102). Sum of RGB (Red+Green+Blue) = 175+87+102=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5766 is #50A899. Grayscale: #737373. Windows color (decimal): -5286042 or 6707119. OLE color: 6707119.

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

Color convert

RGB 175 87 102 -
CMYK 0 0.50 0.42 0.31
HSL 349.77º 0.35% 0.51% -
HSV(B) 349.77º 0.5% 0.69% -
XYZ 23.49 16.89 14.59 -
YUV 115.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 175 87 102 0 0.50 0.42 0.31 349.77 0.35 0.51
Hex AF 57 66 0 32 2A 1F 15E 23 33
Octal 257 127 146 0 62 52 37 536 43 63
Binary 10101111 1010111 1100110 0 110010 101010 11111 101011110 100011 110011

Color Harmonies of #AF5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5766

Black with #AF5766

Text Example


Text Example

White with #AF5766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5766; }

 p { color: rgb(175,87,102); }

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

background-color css

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

 a { background-color: rgb(175,87,102); }

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

border-color css

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

 span { border-color: rgb(175,87,102); }

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