Html Css Color HEX #AF6066 Blush

📋 copy color: '#AF6066'

red 175 ◦ green 96 ◦ blue 102

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

Shades of Blush #AF6066

Tints of Blush #AF6066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 46.92%
G = 25.74%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF6066 (or 0xAF6066) is known color: Blush. HEX triplet: AF, 60 and 66. RGB value is (175,96,102). Sum of RGB (Red+Green+Blue) = 175+96+102=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6066 is #509F99. Grayscale: #787878. Windows color (decimal): -5283738 or 6709423. OLE color: 6709423.

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

Color convert

RGB 175 96 102 -
CMYK 0 0.45 0.42 0.31
HSL 355.44º 0.33% 0.53% -
HSV(B) 355.44º 0.45% 0.69% -
XYZ 24.26 18.44 14.85 -
YUV 120.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 175 96 102 0 0.45 0.42 0.31 355.44 0.33 0.53
Hex AF 60 66 0 2D 2A 1F 163 21 35
Octal 257 140 146 0 55 52 37 543 41 65
Binary 10101111 1100000 1100110 0 101101 101010 11111 101100011 100001 110101

Color Harmonies of #AF6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6066

Black with #AF6066

Text Example


Text Example

White with #AF6066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6066; }

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

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

background-color css

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

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

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

border-color css

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

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

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