#a1af15

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

Shades of Citrus #A1AF15

Tints of Citrus #A1AF15

Color information

#A1AF15 (or 0xA1AF15) is unknown color: approx Citrus. HEX triplet: A1, AF and 15. RGB value is (161,175,21). Sum of RGB (Red+Green+Blue) = 161+175+21=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF15 is #5E50EA. Grayscale: #999999. Windows color (decimal): -6181099 or 1421217. OLE color: 1421217.

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

Color convert

RGB16117521-
CMYK0.0800.880.31
HSL65.45º78.57%38.43%-
HSV(B)65.45º88%68.63%-
XYZ30.1638.296.51-
YUV153.2653.36133.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 21 (8.59% from 255) = 5.88%
R=45.10%
G=49.02%
B=5.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161175210.0800.880.3165.4578.5738.43
HexA1AF1580581F414f26
Octal241257251001303710111746
Binary1010000110101111101011000010110001111110000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1af15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1af15; }

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

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

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

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

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

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

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

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