Html Css Color HEX #AF98A6 Shady Lady

📋 copy color: '#AF98A6'

red 175 ◦ green 152 ◦ blue 166

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

Shades of Shady Lady #AF98A6

Tints of Shady Lady #AF98A6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

 BLUE value IS 166 (65.23% from 255) = 33.67%

R = 35.5%
G = 30.83%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF98A6 (or 0xAF98A6) is known color: Shady Lady. HEX triplet: AF, 98 and A6. RGB value is (175,152,166). Sum of RGB (Red+Green+Blue) = 175+152+166=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98A6 is #506759. Grayscale: #A0A0A0. Windows color (decimal): -5269338 or 10918063. OLE color: 10918063.

HSL color Cylindrical-coordinate representation of color #AF98A6: hue angle of 323.48º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF98A6 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 166 -
CMYK 0 0.13 0.05 0.31
HSL 323.48º 0.13% 0.64% -
HSV(B) 323.48º 0.13% 0.69% -
XYZ 35.79 34.32 40.82 -
YUV 160.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 175 152 166 0 0.13 0.05 0.31 323.48 0.13 0.64
Hex AF 98 A6 0 D 5 1F 143 D 40
Octal 257 230 246 0 15 5 37 503 15 100
Binary 10101111 10011000 10100110 0 1101 101 11111 101000011 1101 1000000

Color Harmonies of #AF98A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98A6

Black with #AF98A6

Text Example


Text Example

White with #AF98A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98A6; }

 p { color: rgb(175,152,166); }

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

background-color css

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

 a { background-color: rgb(175,152,166); }

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

border-color css

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

 span { border-color: rgb(175,152,166); }

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