#AEAF98

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

Shades of Bud #AEAF98

Tints of Bud #AEAF98

Color information

#AEAF98 (or 0xAEAF98) is unknown color: approx Bud. HEX triplet: AE, AF and 98. RGB value is (174,175,152). Sum of RGB (Red+Green+Blue) = 174+175+152=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF98 is #515067. Grayscale: #ACACAC. Windows color (decimal): -5329000 or 10006446. OLE color: 10006446.

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

Color convert

RGB174175152-
CMYK0.0100.130.31
HSL62.61º12.57%64.12%-
HSV(B)62.61º13.14%68.63%-
XYZ38.4541.9335.77-
YUV172.08116.67129.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=34.73%
G=34.93%
B=30.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751520.0100.130.3162.6112.5764.12
HexAEAF9810D1F3fd40
Octal2562572301015377715100
Binary1010111010101111100110001011011111111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF98; }

 p { color: rgb(174,175,152); }

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

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

 a { background-color: rgb(174,175,152); }

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

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

 span { border-color: rgb(174,175,152); }

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