Html Css Color HEX #ABA99B Foggy Grey

📋 copy color: '#ABA99B'

red 171 ◦ green 169 ◦ blue 155

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

Shades of Foggy Grey #ABA99B

Tints of Foggy Grey #ABA99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.31%

R = 34.55%
G = 34.14%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ABA99B (or 0xABA99B) is known color: Foggy Grey. HEX triplet: AB, A9 and 9B. RGB value is (171,169,155). Sum of RGB (Red+Green+Blue) = 171+169+155=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99B is #545664. Grayscale: #A8A8A8. Windows color (decimal): -5527141 or 10201515. OLE color: 10201515.

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

Color convert

RGB 171 169 155 -
CMYK 0 0.01 0.09 0.33
HSL 52.5º 0.09% 0.64% -
HSV(B) 52.5º 0.09% 0.67% -
XYZ 36.9 39.4 36.67 -
YUV 168 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 171 169 155 0 0.01 0.09 0.33 52.5 0.09 0.64
Hex AB A9 9B 0 1 9 21 34 9 40
Octal 253 251 233 0 1 11 41 64 11 100
Binary 10101011 10101001 10011011 0 1 1001 100001 110100 1001 1000000

Color Harmonies of #ABA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA99B

Black with #ABA99B

Text Example


Text Example

White with #ABA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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