#A1AF0A

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

Shades of Citrus #A1AF0A

Tints of Citrus #A1AF0A

Color information

#A1AF0A (or 0xA1AF0A) is unknown color: approx Citrus. HEX triplet: A1, AF and 0A. RGB value is (161,175,10). Sum of RGB (Red+Green+Blue) = 161+175+10=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF0A is #5E50F5. Grayscale: #989898. Windows color (decimal): -6181110 or 700321. OLE color: 700321.

HSL color Cylindrical-coordinate representation of color #A1AF0A: hue angle of 65.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1AF0A is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB16117510-
CMYK0.0800.940.31
HSL65.09º89.19%36.27%-
HSV(B)65.09º94.29%68.63%-
XYZ30.0838.266.09-
YUV15247.86134.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 10 (4.30% from 255) = 2.89%
R=46.53%
G=50.58%
B=2.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161175100.0800.940.3165.0989.1936.27
HexA1AFA805E1F415924
Octal241257121001363710113144
Binary101000011010111110101000010111101111110000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF0A; }

 p { color: rgb(161,175,10); }

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

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

 a { background-color: rgb(161,175,10); }

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

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

 span { border-color: rgb(161,175,10); }

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