#AEB08D

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

Shades of Bud #AEB08D

Tints of Bud #AEB08D

Color information

#AEB08D (or 0xAEB08D) is unknown color: approx Bud. HEX triplet: AE, B0 and 8D. RGB value is (174,176,141). Sum of RGB (Red+Green+Blue) = 174+176+141=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB08D is #514F72. Grayscale: #ABABAB. Windows color (decimal): -5328755 or 9285806. OLE color: 9285806.

HSL color Cylindrical-coordinate representation of color #AEB08D: hue angle of 63.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB08D is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB174176141-
CMYK0.0100.200.31
HSL63.43º18.13%62.16%-
HSV(B)63.43º19.89%69.02%-
XYZ37.7941.9731.31-
YUV171.41110.84129.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=35.44%
G=35.85%
B=28.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761410.0100.200.3163.4318.1362.16
HexAEB08D10141F3f123e
Octal256260215102437772276
Binary10101110101100001000110110101001111111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB08D; }

 p { color: rgb(174,176,141); }

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

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

 a { background-color: rgb(174,176,141); }

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

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

 span { border-color: rgb(174,176,141); }

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