#A09F05

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

Shades of Citrus #A09F05

Tints of Citrus #A09F05

Color information

#A09F05 (or 0xA09F05) is unknown color: approx Citrus. HEX triplet: A0, 9F and 05. RGB value is (160,159,5). Sum of RGB (Red+Green+Blue) = 160+159+5=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09F05 is #5F60FA. Grayscale: #8E8E8E. Windows color (decimal): -6250747 or 368544. OLE color: 368544.

HSL color Cylindrical-coordinate representation of color #A09F05: hue angle of 59.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A09F05 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB1601595-
CMYK00.010.970.37
HSL59.61º93.94%32.35%-
HSV(B)59.61º96.88%62.75%-
XYZ26.9232.284.96-
YUV141.7450.83141.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=49.38%
G=49.07%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160159500.010.970.3759.6193.9432.35
HexA09F50161253c5e20
Octal240237501141457413640
Binary10100000100111111010111000011001011111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F05; }

 p { color: rgb(160,159,5); }

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

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

 a { background-color: rgb(160,159,5); }

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

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

 span { border-color: rgb(160,159,5); }

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