#A5A68B

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

Shades of Bud #A5A68B

Tints of Bud #A5A68B

Color information

#A5A68B (or 0xA5A68B) is unknown color: approx Bud. HEX triplet: A5, A6 and 8B. RGB value is (165,166,139). Sum of RGB (Red+Green+Blue) = 165+166+139=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A68B is #5A5974. Grayscale: #A2A2A2. Windows color (decimal): -5921141 or 9152165. OLE color: 9152165.

HSL color Cylindrical-coordinate representation of color #A5A68B: hue angle of 62.22º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5A68B is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165166139-
CMYK0.0100.160.35
HSL62.22º13.17%59.8%-
HSV(B)62.22º16.27%65.1%-
XYZ33.8137.1429.81-
YUV162.62114.67129.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=35.11%
G=35.32%
B=29.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661390.0100.160.3562.2213.1759.8
HexA5A68B1010233ed3c
Octal245246213102043761574
Binary10100101101001101000101110100001000111111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A68B; }

 p { color: rgb(165,166,139); }

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

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

 a { background-color: rgb(165,166,139); }

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

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

 span { border-color: rgb(165,166,139); }

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