#A5AD8D

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

Shades of Bud #A5AD8D

Tints of Bud #A5AD8D

Color information

#A5AD8D (or 0xA5AD8D) is unknown color: approx Bud. HEX triplet: A5, AD and 8D. RGB value is (165,173,141). Sum of RGB (Red+Green+Blue) = 165+173+141=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD8D is #5A5272. Grayscale: #A7A7A7. Windows color (decimal): -5919347 or 9285029. OLE color: 9285029.

HSL color Cylindrical-coordinate representation of color #A5AD8D: hue angle of 75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5AD8D is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB165173141-
CMYK0.0500.180.32
HSL75º16.33%61.57%-
HSV(B)75º18.5%67.84%-
XYZ35.2739.8131.02-
YUV166.96113.35126.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=34.45%
G=36.12%
B=29.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731410.0500.180.327516.3361.57
HexA5AD8D5012204b103e
Octal2452552155022401132076
Binary101001011010110110001101101010010100000100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD8D; }

 p { color: rgb(165,173,141); }

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

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

 a { background-color: rgb(165,173,141); }

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

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

 span { border-color: rgb(165,173,141); }

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