#a1a827

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

Shades of Citron #A1A827

Tints of Citron #A1A827

Color information

#A1A827 (or 0xA1A827) is unknown color: approx Citron. HEX triplet: A1, A8 and 27. RGB value is (161,168,39). Sum of RGB (Red+Green+Blue) = 161+168+39=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A827 is #5E57D8. Grayscale: #979797. Windows color (decimal): -6182873 or 2599073. OLE color: 2599073.

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

Color convert

RGB16116839-
CMYK0.0400.770.34
HSL63.26º62.32%40.59%-
HSV(B)63.26º76.79%65.88%-
XYZ29.0735.737.28-
YUV151.264.68134.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 168 (66.02% from 255) = 45.65%
BLUE value IS 39 (15.62% from 255) = 10.60%
R=43.75%
G=45.65%
B=10.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168390.0400.770.3463.2662.3240.59
HexA1A827404D223f3e29
Octal241250474011542777651
Binary101000011010100010011110001001101100010111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1a827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1a827; }

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

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

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

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

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

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

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

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