#A5A509

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

Shades of Citrus #A5A509

Tints of Citrus #A5A509

Color information

#A5A509 (or 0xA5A509) is unknown color: approx Citrus. HEX triplet: A5, A5 and 09. RGB value is (165,165,9). Sum of RGB (Red+Green+Blue) = 165+165+9=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A509 is #5A5AF6. Grayscale: #939393. Windows color (decimal): -5921527 or 632229. OLE color: 632229.

HSL color Cylindrical-coordinate representation of color #A5A509: hue angle of 60º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5A509 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1651659-
CMYK000.950.35
HSL60º89.66%34.12%-
HSV(B)60º94.55%64.71%-
XYZ29.0234.935.47-
YUV147.2250140.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 9 (3.91% from 255) = 2.65%
R=48.67%
G=48.67%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651659000.950.356089.6634.12
HexA5A59005F233c5a22
Octal2452451100137437413242
Binary101001011010010110010010111111000111111001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A509; }

 p { color: rgb(165,165,9); }

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

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

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

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

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

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

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