#A9AD0A

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

Shades of Citrus #A9AD0A

Tints of Citrus #A9AD0A

Color information

#A9AD0A (or 0xA9AD0A) is unknown color: approx Citrus. HEX triplet: A9, AD and 0A. RGB value is (169,173,10). Sum of RGB (Red+Green+Blue) = 169+173+10=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9AD0A is #5652F5. Grayscale: #999999. Windows color (decimal): -5657334 or 699817. OLE color: 699817.

HSL color Cylindrical-coordinate representation of color #A9AD0A: hue angle of 61.47º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9AD0A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB16917310-
CMYK0.0200.940.32
HSL61.47º89.07%35.88%-
HSV(B)61.47º94.22%67.84%-
XYZ31.3638.346.04-
YUV153.2247.17139.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 173 (67.97% from 255) = 49.15%
BLUE value IS 10 (4.30% from 255) = 2.84%
R=48.01%
G=49.15%
B=2.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169173100.0200.940.3261.4789.0735.88
HexA9ADA205E203d5924
Octal2512551220136407513144
Binary1010100110101101101010010111101000001111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD0A; }

 p { color: rgb(169,173,10); }

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

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

 a { background-color: rgb(169,173,10); }

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

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

 span { border-color: rgb(169,173,10); }

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