Html Css Color HEX #ABA998 Foggy Grey

📋 copy color: '#ABA998'

red 171 ◦ green 169 ◦ blue 152

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

Shades of Foggy Grey #ABA998

Tints of Foggy Grey #ABA998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

 BLUE value IS 152 (59.77% from 255) = 30.89%

R = 34.76%
G = 34.35%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABA998 (or 0xABA998) is known color: Foggy Grey. HEX triplet: AB, A9 and 98. RGB value is (171,169,152). Sum of RGB (Red+Green+Blue) = 171+169+152=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA998 is #545667. Grayscale: #A7A7A7. Windows color (decimal): -5527144 or 10004907. OLE color: 10004907.

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

Color convert

RGB 171 169 152 -
CMYK 0 0.01 0.11 0.33
HSL 53.68º 0.1% 0.63% -
HSV(B) 53.68º 0.11% 0.67% -
XYZ 36.65 39.3 35.36 -
YUV 167.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 171 169 152 0 0.01 0.11 0.33 53.68 0.1 0.63
Hex AB A9 98 0 1 B 21 36 A 3F
Octal 253 251 230 0 1 13 41 66 12 77
Binary 10101011 10101001 10011000 0 1 1011 100001 110110 1010 111111

Color Harmonies of #ABA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA998

Black with #ABA998

Text Example


Text Example

White with #ABA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA998; }

 p { color: rgb(171,169,152); }

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

background-color css

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

 a { background-color: rgb(171,169,152); }

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

border-color css

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

 span { border-color: rgb(171,169,152); }

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