Html Css Color HEX #AF565F Blush

📋 copy color: '#AF565F'

red 175 ◦ green 86 ◦ blue 95

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

Shades of Blush #AF565F

Tints of Blush #AF565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 49.16%
G = 24.16%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF565F (or 0xAF565F) is known color: Blush. HEX triplet: AF, 56 and 5F. RGB value is (175,86,95). Sum of RGB (Red+Green+Blue) = 175+86+95=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF565F is #50A9A0. Grayscale: #717171. Windows color (decimal): -5286305 or 6248111. OLE color: 6248111.

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

Color convert

RGB 175 86 95 -
CMYK 0 0.51 0.46 0.31
HSL 353.93º 0.36% 0.51% -
HSV(B) 353.93º 0.51% 0.69% -
XYZ 23.07 16.6 12.81 -
YUV 113.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 175 86 95 0 0.51 0.46 0.31 353.93 0.36 0.51
Hex AF 56 5F 0 33 2E 1F 162 24 33
Octal 257 126 137 0 63 56 37 542 44 63
Binary 10101111 1010110 1011111 0 110011 101110 11111 101100010 100100 110011

Color Harmonies of #AF565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF565F

Black with #AF565F

Text Example


Text Example

White with #AF565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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