#ADAF8C

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

Shades of Bud #ADAF8C

Tints of Bud #ADAF8C

Color information

#ADAF8C (or 0xADAF8C) is unknown color: approx Bud. HEX triplet: AD, AF and 8C. RGB value is (173,175,140). Sum of RGB (Red+Green+Blue) = 173+175+140=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF8C is #525073. Grayscale: #AAAAAA. Windows color (decimal): -5394548 or 9220013. OLE color: 9220013.

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

Color convert

RGB173175140-
CMYK0.0100.20.31
HSL63.43º17.95%61.76%-
HSV(B)63.43º20%68.63%-
XYZ37.341.4430.84-
YUV170.41110.84129.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=35.45%
G=35.86%
B=28.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751400.0100.20.3163.4317.9561.76
HexADAF8C10141F3f123e
Octal255257214102437772276
Binary10101101101011111000110010101001111111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF8C; }

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

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

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

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

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

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

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

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