Html Css Color HEX #AEABA0 Foggy Grey

📋 copy color: '#AEABA0'

red 174 ◦ green 171 ◦ blue 160

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

Shades of Foggy Grey #AEABA0

Tints of Foggy Grey #AEABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.86%

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 34.46%
G = 33.86%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AEABA0 (or 0xAEABA0) is known color: Foggy Grey. HEX triplet: AE, AB and A0. RGB value is (174,171,160). Sum of RGB (Red+Green+Blue) = 174+171+160=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABA0 is #51545F. Grayscale: #AAAAAA. Windows color (decimal): -5330016 or 10529710. OLE color: 10529710.

HSL color Cylindrical-coordinate representation of color #AEABA0: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEABA0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 160 -
CMYK 0 0.02 0.08 0.32
HSL 47.14º 0.08% 0.65% -
HSV(B) 47.14º 0.08% 0.68% -
XYZ 38.36 40.66 39.08 -
YUV 170.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 174 171 160 0 0.02 0.08 0.32 47.14 0.08 0.65
Hex AE AB A0 0 2 8 20 2F 8 41
Octal 256 253 240 0 2 10 40 57 10 101
Binary 10101110 10101011 10100000 0 10 1000 100000 101111 1000 1000001

Color Harmonies of #AEABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABA0

Black with #AEABA0

Text Example


Text Example

White with #AEABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABA0; }

 p { color: rgb(174,171,160); }

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

background-color css

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

 a { background-color: rgb(174,171,160); }

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

border-color css

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

 span { border-color: rgb(174,171,160); }

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