#A9A503

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

Shades of Citrus #A9A503

Tints of Citrus #A9A503

Color information

#A9A503 (or 0xA9A503) is unknown color: approx Citrus. HEX triplet: A9, A5 and 03. RGB value is (169,165,3). Sum of RGB (Red+Green+Blue) = 169+165+3=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A503 is #565AFC. Grayscale: #949494. Windows color (decimal): -5659389 or 239017. OLE color: 239017.

HSL color Cylindrical-coordinate representation of color #A9A503: hue angle of 58.55º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9A503 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1691653-
CMYK00.020.980.34
HSL58.55º96.51%33.73%-
HSV(B)58.55º98.22%66.27%-
XYZ29.8335.355.34-
YUV147.7346.33143.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=50.15%
G=48.96%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169165300.020.980.3458.5596.5133.73
HexA9A530262223b6122
Octal251245302142427314142
Binary10101001101001011101011000101000101110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A503; }

 p { color: rgb(169,165,3); }

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

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

 a { background-color: rgb(169,165,3); }

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

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

 span { border-color: rgb(169,165,3); }

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