#A8A98B

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

Shades of Bud #A8A98B

Tints of Bud #A8A98B

Color information

#A8A98B (or 0xA8A98B) is unknown color: approx Bud. HEX triplet: A8, A9 and 8B. RGB value is (168,169,139). Sum of RGB (Red+Green+Blue) = 168+169+139=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A98B is #575674. Grayscale: #A5A5A5. Windows color (decimal): -5723765 or 9152936. OLE color: 9152936.

HSL color Cylindrical-coordinate representation of color #A8A98B: hue angle of 62º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A98B is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168169139-
CMYK0.0100.180.34
HSL62º14.85%60.39%-
HSV(B)62º17.75%66.27%-
XYZ3538.5630.03-
YUV165.28113.17129.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=35.29%
G=35.50%
B=29.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681691390.0100.180.346214.8560.39
HexA8A98B1012223ef3c
Octal250251213102242761774
Binary10101000101010011000101110100101000101111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A98B; }

 p { color: rgb(168,169,139); }

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

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

 a { background-color: rgb(168,169,139); }

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

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

 span { border-color: rgb(168,169,139); }

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