#ADAF99

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

Shades of Bud #ADAF99

Tints of Bud #ADAF99

Color information

#ADAF99 (or 0xADAF99) is unknown color: approx Bud. HEX triplet: AD, AF and 99. RGB value is (173,175,153). Sum of RGB (Red+Green+Blue) = 173+175+153=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF99 is #525066. Grayscale: #ABABAB. Windows color (decimal): -5394535 or 10071981. OLE color: 10071981.

HSL color Cylindrical-coordinate representation of color #ADAF99: hue angle of 65.45º degrees, saturation: 0.12, 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 #ADAF99 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB173175153-
CMYK0.0100.130.31
HSL65.45º12.09%64.31%-
HSV(B)65.45º12.57%68.63%-
XYZ38.3141.8436.19-
YUV171.89117.34128.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=34.53%
G=34.93%
B=30.54%

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
Decimal1731751530.0100.130.3165.4512.0964.31
HexADAF9910D1F41c40
Octal25525723110153710114100
Binary10101101101011111001100110110111111100000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF99; }

 p { color: rgb(173,175,153); }

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

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

 a { background-color: rgb(173,175,153); }

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

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

 span { border-color: rgb(173,175,153); }

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