Html Css Color HEX #AF596D Blush

📋 copy color: '#AF596D'

red 175 ◦ green 89 ◦ blue 109

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

Shades of Blush #AF596D

Tints of Blush #AF596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 46.92%
G = 23.86%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF596D (or 0xAF596D) is known color: Blush. HEX triplet: AF, 59 and 6D. RGB value is (175,89,109). Sum of RGB (Red+Green+Blue) = 175+89+109=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF596D is #50A692. Grayscale: #747474. Windows color (decimal): -5285523 or 7166383. OLE color: 7166383.

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

Color convert

RGB 175 89 109 -
CMYK 0 0.49 0.38 0.31
HSL 346.05º 0.35% 0.52% -
HSV(B) 346.05º 0.49% 0.69% -
XYZ 24.01 17.36 16.55 -
YUV 116.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 175 89 109 0 0.49 0.38 0.31 346.05 0.35 0.52
Hex AF 59 6D 0 31 26 1F 15A 23 34
Octal 257 131 155 0 61 46 37 532 43 64
Binary 10101111 1011001 1101101 0 110001 100110 11111 101011010 100011 110100

Color Harmonies of #AF596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF596D

Black with #AF596D

Text Example


Text Example

White with #AF596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF596D; }

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

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

background-color css

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

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

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

border-color css

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

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

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