#A8AE8B

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

Shades of Bud #A8AE8B

Tints of Bud #A8AE8B

Color information

#A8AE8B (or 0xA8AE8B) is unknown color: approx Bud. HEX triplet: A8, AE and 8B. RGB value is (168,174,139). Sum of RGB (Red+Green+Blue) = 168+174+139=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE8B is #575174. Grayscale: #A8A8A8. Windows color (decimal): -5722485 or 9154216. OLE color: 9154216.

HSL color Cylindrical-coordinate representation of color #A8AE8B: hue angle of 70.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8AE8B is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB168174139-
CMYK0.0300.200.32
HSL70.29º17.77%61.37%-
HSV(B)70.29º20.11%68.24%-
XYZ35.9440.4630.34-
YUV168.22111.51127.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=34.93%
G=36.17%
B=28.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741390.0300.200.3270.2917.7761.37
HexA8AE8B30142046123d
Octal2502562133024401062275
Binary10101000101011101000101111010100100000100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE8B; }

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

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

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

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

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

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

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

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