Html Css Color HEX #AF556C Blush

📋 copy color: '#AF556C'

red 175 ◦ green 85 ◦ blue 108

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

Shades of Blush #AF556C

Tints of Blush #AF556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 47.55%
G = 23.1%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF556C (or 0xAF556C) is known color: Blush. HEX triplet: AF, 55 and 6C. RGB value is (175,85,108). Sum of RGB (Red+Green+Blue) = 175+85+108=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF556C is #50AA93. Grayscale: #727272. Windows color (decimal): -5286548 or 7099823. OLE color: 7099823.

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

Color convert

RGB 175 85 108 -
CMYK 0 0.51 0.38 0.31
HSL 344.67º 0.36% 0.51% -
HSV(B) 344.67º 0.51% 0.69% -
XYZ 23.63 16.69 16.16 -
YUV 114.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 175 85 108 0 0.51 0.38 0.31 344.67 0.36 0.51
Hex AF 55 6C 0 33 26 1F 159 24 33
Octal 257 125 154 0 63 46 37 531 44 63
Binary 10101111 1010101 1101100 0 110011 100110 11111 101011001 100100 110011

Color Harmonies of #AF556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF556C

Black with #AF556C

Text Example


Text Example

White with #AF556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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