Html Css Color HEX #AF606C Blush

📋 copy color: '#AF606C'

red 175 ◦ green 96 ◦ blue 108

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

Shades of Blush #AF606C

Tints of Blush #AF606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

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

R = 46.17%
G = 25.33%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF606C (or 0xAF606C) is known color: Blush. HEX triplet: AF, 60 and 6C. RGB value is (175,96,108). Sum of RGB (Red+Green+Blue) = 175+96+108=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF606C is #509F93. Grayscale: #797979. Windows color (decimal): -5283732 or 7102639. OLE color: 7102639.

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

Color convert

RGB 175 96 108 -
CMYK 0 0.45 0.38 0.31
HSL 350.89º 0.33% 0.53% -
HSV(B) 350.89º 0.45% 0.69% -
XYZ 24.57 18.56 16.48 -
YUV 120.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 175 96 108 0 0.45 0.38 0.31 350.89 0.33 0.53
Hex AF 60 6C 0 2D 26 1F 15F 21 35
Octal 257 140 154 0 55 46 37 537 41 65
Binary 10101111 1100000 1101100 0 101101 100110 11111 101011111 100001 110101

Color Harmonies of #AF606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF606C

Black with #AF606C

Text Example


Text Example

White with #AF606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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