Html Css Color HEX #AF92A0 Shady Lady

📋 copy color: '#AF92A0'

red 175 ◦ green 146 ◦ blue 160

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

Shades of Shady Lady #AF92A0

Tints of Shady Lady #AF92A0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.35%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 36.38%
G = 30.35%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF92A0 (or 0xAF92A0) is known color: Shady Lady. HEX triplet: AF, 92 and A0. RGB value is (175,146,160). Sum of RGB (Red+Green+Blue) = 175+146+160=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF92A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF92A0 is #506D5F. Grayscale: #9C9C9C. Windows color (decimal): -5270880 or 10523311. OLE color: 10523311.

HSL color Cylindrical-coordinate representation of color #AF92A0: hue angle of 331.03º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF92A0 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 146 160 -
CMYK 0 0.17 0.09 0.31
HSL 331.03º 0.15% 0.63% -
HSV(B) 331.03º 0.17% 0.69% -
XYZ 34.3 32.21 37.67 -
YUV 156.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 175 146 160 0 0.17 0.09 0.31 331.03 0.15 0.63
Hex AF 92 A0 0 11 9 1F 14B F 3F
Octal 257 222 240 0 21 11 37 513 17 77
Binary 10101111 10010010 10100000 0 10001 1001 11111 101001011 1111 111111

Color Harmonies of #AF92A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92A0

Black with #AF92A0

Text Example


Text Example

White with #AF92A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92A0; }

 p { color: rgb(175,146,160); }

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

background-color css

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

 a { background-color: rgb(175,146,160); }

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

border-color css

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

 span { border-color: rgb(175,146,160); }

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