Html Css Color HEX #AF98A5 Shady Lady

📋 copy color: '#AF98A5'

red 175 ◦ green 152 ◦ blue 165

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

Shades of Shady Lady #AF98A5

Tints of Shady Lady #AF98A5

RGB

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

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

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

R = 35.57%
G = 30.89%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF98A5 (or 0xAF98A5) is known color: Shady Lady. HEX triplet: AF, 98 and A5. RGB value is (175,152,165). Sum of RGB (Red+Green+Blue) = 175+152+165=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98A5 is #50675A. Grayscale: #A0A0A0. Windows color (decimal): -5269339 or 10852527. OLE color: 10852527.

HSL color Cylindrical-coordinate representation of color #AF98A5: hue angle of 326.09º 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 #AF98A5 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 165 -
CMYK 0 0.13 0.06 0.31
HSL 326.09º 0.13% 0.64% -
HSV(B) 326.09º 0.13% 0.69% -
XYZ 35.7 34.29 40.33 -
YUV 160.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 175 152 165 0 0.13 0.06 0.31 326.09 0.13 0.64
Hex AF 98 A5 0 D 6 1F 146 D 40
Octal 257 230 245 0 15 6 37 506 15 100
Binary 10101111 10011000 10100101 0 1101 110 11111 101000110 1101 1000000

Color Harmonies of #AF98A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98A5

Black with #AF98A5

Text Example


Text Example

White with #AF98A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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