Html Css Color HEX #AF94A2 Shady Lady

📋 copy color: '#AF94A2'

red 175 ◦ green 148 ◦ blue 162

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

Shades of Shady Lady #AF94A2

Tints of Shady Lady #AF94A2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 36.08%
G = 30.52%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF94A2 (or 0xAF94A2) is known color: Shady Lady. HEX triplet: AF, 94 and A2. RGB value is (175,148,162). Sum of RGB (Red+Green+Blue) = 175+148+162=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF94A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF94A2 is #506B5D. Grayscale: #9D9D9D. Windows color (decimal): -5270366 or 10654895. OLE color: 10654895.

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

Color convert

RGB 175 148 162 -
CMYK 0 0.15 0.07 0.31
HSL 328.89º 0.14% 0.63% -
HSV(B) 328.89º 0.15% 0.69% -
XYZ 34.79 32.9 38.7 -
YUV 157.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 175 148 162 0 0.15 0.07 0.31 328.89 0.14 0.63
Hex AF 94 A2 0 F 7 1F 149 E 3F
Octal 257 224 242 0 17 7 37 511 16 77
Binary 10101111 10010100 10100010 0 1111 111 11111 101001001 1110 111111

Color Harmonies of #AF94A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94A2

Black with #AF94A2

Text Example


Text Example

White with #AF94A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94A2; }

 p { color: rgb(175,148,162); }

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

background-color css

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

 a { background-color: rgb(175,148,162); }

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

border-color css

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

 span { border-color: rgb(175,148,162); }

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