#ADAF95

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

Shades of Bud #ADAF95

Tints of Bud #ADAF95

Color information

#ADAF95 (or 0xADAF95) is unknown color: approx Bud. HEX triplet: AD, AF and 95. RGB value is (173,175,149). Sum of RGB (Red+Green+Blue) = 173+175+149=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF95 is #52506A. Grayscale: #ABABAB. Windows color (decimal): -5394539 or 9809837. OLE color: 9809837.

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

Color convert

RGB173175149-
CMYK0.0100.150.31
HSL64.62º13.98%63.53%-
HSV(B)64.62º14.86%68.63%-
XYZ37.9941.7134.48-
YUV171.44115.34129.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=34.81%
G=35.21%
B=29.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751490.0100.150.3164.6213.9863.53
HexADAF9510F1F41e40
Octal25525722510173710116100
Binary10101101101011111001010110111111111100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF95; }

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

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

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

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

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

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

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

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