#A5AA09

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

Shades of Citrus #A5AA09

Tints of Citrus #A5AA09

Color information

#A5AA09 (or 0xA5AA09) is unknown color: approx Citrus. HEX triplet: A5, AA and 09. RGB value is (165,170,9). Sum of RGB (Red+Green+Blue) = 165+170+9=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AA09 is #5A55F6. Grayscale: #969696. Windows color (decimal): -5920247 or 633509. OLE color: 633509.

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

Color convert

RGB1651709-
CMYK0.0300.950.33
HSL61.86º89.94%35.1%-
HSV(B)61.86º94.71%66.67%-
XYZ29.9436.775.78-
YUV150.1548.34138.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=47.97%
G=49.42%
B=2.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16517090.0300.950.3361.8689.9435.1
HexA5AA9305F213e5a23
Octal2452521130137417613243
Binary1010010110101010100111010111111000011111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA09; }

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

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

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

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

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

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

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

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