Html Css Color HEX #AFAD9F Foggy Grey

📋 copy color: '#AFAD9F'

red 175 ◦ green 173 ◦ blue 159

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

Shades of Foggy Grey #AFAD9F

Tints of Foggy Grey #AFAD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 34.52%
G = 34.12%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AFAD9F (or 0xAFAD9F) is known color: Foggy Grey. HEX triplet: AF, AD and 9F. RGB value is (175,173,159). Sum of RGB (Red+Green+Blue) = 175+173+159=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD9F is #505260. Grayscale: #ACACAC. Windows color (decimal): -5263969 or 10464687. OLE color: 10464687.

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

Color convert

RGB 175 173 159 -
CMYK 0 0.01 0.09 0.31
HSL 52.5º 0.09% 0.65% -
HSV(B) 52.5º 0.09% 0.69% -
XYZ 38.88 41.5 38.76 -
YUV 172 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 175 173 159 0 0.01 0.09 0.31 52.5 0.09 0.65
Hex AF AD 9F 0 1 9 1F 34 9 41
Octal 257 255 237 0 1 11 37 64 11 101
Binary 10101111 10101101 10011111 0 1 1001 11111 110100 1001 1000001

Color Harmonies of #AFAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD9F

Black with #AFAD9F

Text Example


Text Example

White with #AFAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD9F; }

 p { color: rgb(175,173,159); }

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

background-color css

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

 a { background-color: rgb(175,173,159); }

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

border-color css

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

 span { border-color: rgb(175,173,159); }

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