#A9AF90

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

Shades of Bud #A9AF90

Tints of Bud #A9AF90

Color information

#A9AF90 (or 0xA9AF90) is unknown color: approx Bud. HEX triplet: A9, AF and 90. RGB value is (169,175,144). Sum of RGB (Red+Green+Blue) = 169+175+144=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF90 is #56506F. Grayscale: #A9A9A9. Windows color (decimal): -5656688 or 9482153. OLE color: 9482153.

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

Color convert

RGB169175144-
CMYK0.0300.180.31
HSL71.61º16.23%62.55%-
HSV(B)71.61º17.71%68.63%-
XYZ36.7341.1132.38-
YUV169.67113.51127.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=34.63%
G=35.86%
B=29.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751440.0300.180.3171.6116.2362.55
HexA9AF9030121F48103f
Octal2512572203022371102077
Binary1010100110101111100100001101001011111100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF90; }

 p { color: rgb(169,175,144); }

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

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

 a { background-color: rgb(169,175,144); }

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

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

 span { border-color: rgb(169,175,144); }

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