Html Css Color HEX #AEAF9C Foggy Grey

📋 copy color: '#AEAF9C'

red 174 ◦ green 175 ◦ blue 156

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

Shades of Foggy Grey #AEAF9C

Tints of Foggy Grey #AEAF9C

RGB

 RED value IS 174 (68.36% from 255) = 34.46%

 GREEN value IS 175 (68.75% from 255) = 34.65%

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 34.46%
G = 34.65%
B = 30.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AEAF9C (or 0xAEAF9C) is known color: Foggy Grey. HEX triplet: AE, AF and 9C. RGB value is (174,175,156). Sum of RGB (Red+Green+Blue) = 174+175+156=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF9C is #515063. Grayscale: #ACACAC. Windows color (decimal): -5328996 or 10268590. OLE color: 10268590.

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

Color convert

RGB 174 175 156 -
CMYK 0.01 0 0.11 0.31
HSL 63.16º 0.11% 0.65% -
HSV(B) 63.16º 0.11% 0.69% -
XYZ 38.79 42.06 37.53 -
YUV 172.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 174 175 156 0.01 0 0.11 0.31 63.16 0.11 0.65
Hex AE AF 9C 1 0 B 1F 3F B 41
Octal 256 257 234 1 0 13 37 77 13 101
Binary 10101110 10101111 10011100 1 0 1011 11111 111111 1011 1000001

Color Harmonies of #AEAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF9C

Black with #AEAF9C

Text Example


Text Example

White with #AEAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF9C; }

 p { color: rgb(174,175,156); }

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

background-color css

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

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

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

border-color css

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

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

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