Html Css Color HEX #AF5C6C Blush

📋 copy color: '#AF5C6C'

red 175 ◦ green 92 ◦ blue 108

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

Shades of Blush #AF5C6C

Tints of Blush #AF5C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 46.67%
G = 24.53%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF5C6C (or 0xAF5C6C) is known color: Blush. HEX triplet: AF, 5C and 6C. RGB value is (175,92,108). Sum of RGB (Red+Green+Blue) = 175+92+108=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C6C is #50A393. Grayscale: #767676. Windows color (decimal): -5284756 or 7101615. OLE color: 7101615.

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

Color convert

RGB 175 92 108 -
CMYK 0 0.47 0.38 0.31
HSL 348.43º 0.34% 0.52% -
HSV(B) 348.43º 0.47% 0.69% -
XYZ 24.21 17.85 16.36 -
YUV 118.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 175 92 108 0 0.47 0.38 0.31 348.43 0.34 0.52
Hex AF 5C 6C 0 2F 26 1F 15C 22 34
Octal 257 134 154 0 57 46 37 534 42 64
Binary 10101111 1011100 1101100 0 101111 100110 11111 101011100 100010 110100

Color Harmonies of #AF5C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C6C

Black with #AF5C6C

Text Example


Text Example

White with #AF5C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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