Html Css Color HEX #AF9CA5 Shady Lady

📋 copy color: '#AF9CA5'

red 175 ◦ green 156 ◦ blue 165

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

Shades of Shady Lady #AF9CA5

Tints of Shady Lady #AF9CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.45%

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 35.28%
G = 31.45%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF9CA5 (or 0xAF9CA5) is known color: Shady Lady. HEX triplet: AF, 9C and A5. RGB value is (175,156,165). Sum of RGB (Red+Green+Blue) = 175+156+165=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CA5 is #50635A. Grayscale: #A2A2A2. Windows color (decimal): -5268315 or 10853551. OLE color: 10853551.

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

Color convert

RGB 175 156 165 -
CMYK 0 0.11 0.06 0.31
HSL 331.58º 0.11% 0.65% -
HSV(B) 331.58º 0.11% 0.69% -
XYZ 36.36 35.61 40.55 -
YUV 162.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 175 156 165 0 0.11 0.06 0.31 331.58 0.11 0.65
Hex AF 9C A5 0 B 6 1F 14C B 41
Octal 257 234 245 0 13 6 37 514 13 101
Binary 10101111 10011100 10100101 0 1011 110 11111 101001100 1011 1000001

Color Harmonies of #AF9CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CA5

Black with #AF9CA5

Text Example


Text Example

White with #AF9CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CA5; }

 p { color: rgb(175,156,165); }

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

background-color css

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

 a { background-color: rgb(175,156,165); }

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

border-color css

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

 span { border-color: rgb(175,156,165); }

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