Html Css Color HEX #AF596C Blush

📋 copy color: '#AF596C'

red 175 ◦ green 89 ◦ blue 108

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

Shades of Blush #AF596C

Tints of Blush #AF596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 47.04%
G = 23.92%
B = 29.03%

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

#AF596C (or 0xAF596C) is known color: Blush. HEX triplet: AF, 59 and 6C. RGB value is (175,89,108). Sum of RGB (Red+Green+Blue) = 175+89+108=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF596C is #50A693. Grayscale: #747474. Windows color (decimal): -5285524 or 7100847. OLE color: 7100847.

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

Color convert

RGB 175 89 108 -
CMYK 0 0.49 0.38 0.31
HSL 346.74º 0.35% 0.52% -
HSV(B) 346.74º 0.49% 0.69% -
XYZ 23.96 17.34 16.27 -
YUV 116.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 175 89 108 0 0.49 0.38 0.31 346.74 0.35 0.52
Hex AF 59 6C 0 31 26 1F 15B 23 34
Octal 257 131 154 0 61 46 37 533 43 64
Binary 10101111 1011001 1101100 0 110001 100110 11111 101011011 100011 110100

Color Harmonies of #AF596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF596C

Black with #AF596C

Text Example


Text Example

White with #AF596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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