#A8AB92

Color #A8AB92 Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #A8AB92

Tints of Bud #A8AB92

Color information

#A8AB92 (or 0xA8AB92) is unknown color: approx Bud. HEX triplet: A8, AB and 92. RGB value is (168,171,146). Sum of RGB (Red+Green+Blue) = 168+171+146=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB92 is #57546D. Grayscale: #A7A7A7. Windows color (decimal): -5723246 or 9612200. OLE color: 9612200.

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

Color convert

RGB168171146-
CMYK0.0200.150.33
HSL67.2º12.95%62.16%-
HSV(B)67.2º14.62%67.06%-
XYZ35.939.5332.93-
YUV167.25116.01128.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=34.64%
G=35.26%
B=30.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711460.0200.150.3367.212.9562.16
HexA8AB9220F2143d3e
Octal2502532222017411031576
Binary101010001010101110010010100111110000110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB92; }

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

 H1.HeaderClassName
 {
   color: #A8AB92;
 }
 .AnyTagClassName
 {
   color: #A8AB92;
 }
</style>
background-color css

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

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

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

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

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

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