#A1A80D

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

Shades of Citrus #A1A80D

Tints of Citrus #A1A80D

Color information

#A1A80D (or 0xA1A80D) is unknown color: approx Citrus. HEX triplet: A1, A8 and 0D. RGB value is (161,168,13). Sum of RGB (Red+Green+Blue) = 161+168+13=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A80D is #5E57F2. Grayscale: #949494. Windows color (decimal): -6182899 or 895137. OLE color: 895137.

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

Color convert

RGB16116813-
CMYK0.0400.920.34
HSL62.71º85.64%35.49%-
HSV(B)62.71º92.26%65.88%-
XYZ28.7735.615.74-
YUV148.2451.68137.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 168 (66.02% from 255) = 49.12%
BLUE value IS 13 (5.47% from 255) = 3.80%
R=47.08%
G=49.12%
B=3.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168130.0400.920.3462.7185.6435.49
HexA1A8D405C223f5623
Octal2412501540134427712643
Binary10100001101010001101100010111001000101111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A80D; }

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

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

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

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

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

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

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

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