#AEB383

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

Shades of Bud #AEB383

Tints of Bud #AEB383

Color information

#AEB383 (or 0xAEB383) is unknown color: approx Bud. HEX triplet: AE, B3 and 83. RGB value is (174,179,131). Sum of RGB (Red+Green+Blue) = 174+179+131=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB383 is #514C7C. Grayscale: #ACACAC. Windows color (decimal): -5327997 or 8631214. OLE color: 8631214.

HSL color Cylindrical-coordinate representation of color #AEB383: hue angle of 66.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB383 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB174179131-
CMYK0.0300.270.30
HSL66.25º24%60.78%-
HSV(B)66.25º26.82%70.2%-
XYZ37.6742.8827.76-
YUV172.03104.84129.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=35.95%
G=36.98%
B=27.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791310.0300.270.3066.252460.78
HexAEB383301B1E42183d
Octal2562632033033361023075
Binary1010111010110011100000111101101111110100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB383; }

 p { color: rgb(174,179,131); }

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

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

 a { background-color: rgb(174,179,131); }

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

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

 span { border-color: rgb(174,179,131); }

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