Html Css Color HEX #AF9E9E Dusty Grey

📋 copy color: '#AF9E9E'

red 175 ◦ green 158 ◦ blue 158

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

Shades of Dusty Grey #AF9E9E

Tints of Dusty Grey #AF9E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 35.64%
G = 32.18%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF9E9E (or 0xAF9E9E) is known color: Dusty Grey. HEX triplet: AF, 9E and 9E. RGB value is (175,158,158). Sum of RGB (Red+Green+Blue) = 175+158+158=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E9E is #506161. Grayscale: #A3A3A3. Windows color (decimal): -5267810 or 10395311. OLE color: 10395311.

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

Color convert

RGB 175 158 158 -
CMYK 0 0.10 0.10 0.31
HSL 0.1% 0.65% -
HSV(B) 0.1% 0.69% -
XYZ 36.08 36.04 37.4 -
YUV 163.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 175 158 158 0 0.10 0.10 0.31 0 0.1 0.65
Hex AF 9E 9E 0 A A 1F 0 A 41
Octal 257 236 236 0 12 12 37 0 12 101
Binary 10101111 10011110 10011110 0 1010 1010 11111 0 1010 1000001

Color Harmonies of #AF9E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E9E

Black with #AF9E9E

Text Example


Text Example

White with #AF9E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E9E; }

 p { color: rgb(175,158,158); }

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

background-color css

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

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

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

border-color css

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

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

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