#A1A80F

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

Shades of Citrus #A1A80F

Tints of Citrus #A1A80F

Color information

#A1A80F (or 0xA1A80F) is unknown color: approx Citrus. HEX triplet: A1, A8 and 0F. RGB value is (161,168,15). Sum of RGB (Red+Green+Blue) = 161+168+15=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A80F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A80F is #5E57F0. Grayscale: #959595. Windows color (decimal): -6182897 or 1026209. OLE color: 1026209.

HSL color Cylindrical-coordinate representation of color #A1A80F: hue angle of 62.75º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1A80F is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB16116815-
CMYK0.0400.910.34
HSL62.75º83.61%35.88%-
HSV(B)62.75º91.07%65.88%-
XYZ28.7935.625.81-
YUV148.4652.68136.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 168 (66.02% from 255) = 48.84%
BLUE value IS 15 (6.25% from 255) = 4.36%
R=46.80%
G=48.84%
B=4.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168150.0400.910.3462.7583.6135.88
HexA1A8F405B223f5424
Octal2412501740133427712444
Binary10100001101010001111100010110111000101111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A80F; }

 p { color: rgb(161,168,15); }

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

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

 a { background-color: rgb(161,168,15); }

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

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

 span { border-color: rgb(161,168,15); }

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