Html Css Color HEX #AF586C Blush

📋 copy color: '#AF586C'

red 175 ◦ green 88 ◦ blue 108

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

Shades of Blush #AF586C

Tints of Blush #AF586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 47.17%
G = 23.72%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF586C (or 0xAF586C) is known color: Blush. HEX triplet: AF, 58 and 6C. RGB value is (175,88,108). Sum of RGB (Red+Green+Blue) = 175+88+108=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF586C is #50A793. Grayscale: #747474. Windows color (decimal): -5285780 or 7100591. OLE color: 7100591.

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

Color convert

RGB 175 88 108 -
CMYK 0 0.50 0.38 0.31
HSL 346.21º 0.35% 0.52% -
HSV(B) 346.21º 0.5% 0.69% -
XYZ 23.88 17.18 16.24 -
YUV 116.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 175 88 108 0 0.50 0.38 0.31 346.21 0.35 0.52
Hex AF 58 6C 0 32 26 1F 15A 23 34
Octal 257 130 154 0 62 46 37 532 43 64
Binary 10101111 1011000 1101100 0 110010 100110 11111 101011010 100011 110100

Color Harmonies of #AF586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF586C

Black with #AF586C

Text Example


Text Example

White with #AF586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF586C; }

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

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

background-color css

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

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

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

border-color css

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

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

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