Html Css Color HEX #AF9EA8 Shady Lady

📋 copy color: '#AF9EA8'

red 175 ◦ green 158 ◦ blue 168

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

Shades of Shady Lady #AF9EA8

Tints of Shady Lady #AF9EA8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.54%

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 34.93%
G = 31.54%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF9EA8 (or 0xAF9EA8) is known color: Shady Lady. HEX triplet: AF, 9E and A8. RGB value is (175,158,168). Sum of RGB (Red+Green+Blue) = 175+158+168=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EA8 is #506157. Grayscale: #A4A4A4. Windows color (decimal): -5267800 or 11050671. OLE color: 11050671.

HSL color Cylindrical-coordinate representation of color #AF9EA8: hue angle of 324.71º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9EA8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 158 168 -
CMYK 0 0.10 0.04 0.31
HSL 324.71º 0.1% 0.65% -
HSV(B) 324.71º 0.1% 0.69% -
XYZ 36.97 36.39 42.12 -
YUV 164.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 175 158 168 0 0.10 0.04 0.31 324.71 0.1 0.65
Hex AF 9E A8 0 A 4 1F 145 A 41
Octal 257 236 250 0 12 4 37 505 12 101
Binary 10101111 10011110 10101000 0 1010 100 11111 101000101 1010 1000001

Color Harmonies of #AF9EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EA8

Black with #AF9EA8

Text Example


Text Example

White with #AF9EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EA8; }

 p { color: rgb(175,158,168); }

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

background-color css

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

 a { background-color: rgb(175,158,168); }

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

border-color css

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

 span { border-color: rgb(175,158,168); }

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