Html Css Color HEX #ABA899 Foggy Grey

📋 copy color: '#ABA899'

red 171 ◦ green 168 ◦ blue 153

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

Shades of Foggy Grey #ABA899

Tints of Foggy Grey #ABA899

RGB

 RED value IS 171 (67.19% from 255) = 34.76%

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 34.76%
G = 34.15%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABA899 (or 0xABA899) is known color: Foggy Grey. HEX triplet: AB, A8 and 99. RGB value is (171,168,153). Sum of RGB (Red+Green+Blue) = 171+168+153=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA899 is #545766. Grayscale: #A7A7A7. Windows color (decimal): -5527399 or 10070187. OLE color: 10070187.

HSL color Cylindrical-coordinate representation of color #ABA899: hue angle of 50º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA899 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 153 -
CMYK 0 0.02 0.11 0.33
HSL 50º 0.1% 0.64% -
HSV(B) 50º 0.11% 0.67% -
XYZ 36.55 38.96 35.73 -
YUV 167.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 171 168 153 0 0.02 0.11 0.33 50 0.1 0.64
Hex AB A8 99 0 2 B 21 32 A 40
Octal 253 250 231 0 2 13 41 62 12 100
Binary 10101011 10101000 10011001 0 10 1011 100001 110010 1010 1000000

Color Harmonies of #ABA899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA899

Black with #ABA899

Text Example


Text Example

White with #ABA899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA899; }

 p { color: rgb(171,168,153); }

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

background-color css

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

 a { background-color: rgb(171,168,153); }

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

border-color css

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

 span { border-color: rgb(171,168,153); }

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