#ADAF96

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

Shades of Bud #ADAF96

Tints of Bud #ADAF96

Color information

#ADAF96 (or 0xADAF96) is unknown color: approx Bud. HEX triplet: AD, AF and 96. RGB value is (173,175,150). Sum of RGB (Red+Green+Blue) = 173+175+150=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF96 is #525069. Grayscale: #ABABAB. Windows color (decimal): -5394538 or 9875373. OLE color: 9875373.

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

Color convert

RGB173175150-
CMYK0.0100.140.31
HSL64.8º13.51%63.73%-
HSV(B)64.8º14.29%68.63%-
XYZ38.0741.7534.91-
YUV171.55115.84129.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=34.74%
G=35.14%
B=30.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751500.0100.140.3164.813.5163.73
HexADAF9610E1F41e40
Octal25525722610163710116100
Binary10101101101011111001011010111011111100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF96; }

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

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

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

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

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

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

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

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