#A5AB0F

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

Shades of Citrus #A5AB0F

Tints of Citrus #A5AB0F

Color information

#A5AB0F (or 0xA5AB0F) is unknown color: approx Citrus. HEX triplet: A5, AB and 0F. RGB value is (165,171,15). Sum of RGB (Red+Green+Blue) = 165+171+15=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AB0F is #5A54F0. Grayscale: #989898. Windows color (decimal): -5919985 or 1026981. OLE color: 1026981.

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

Color convert

RGB16517115-
CMYK0.0400.910.33
HSL62.31º83.87%36.47%-
HSV(B)62.31º91.23%67.06%-
XYZ30.1737.166.03-
YUV151.4251.01137.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 171 (67.19% from 255) = 48.72%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=47.01%
G=48.72%
B=4.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171150.0400.910.3362.3183.8736.47
HexA5ABF405B213e5424
Octal2452531740133417612444
Binary10100101101010111111100010110111000011111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB0F; }

 p { color: rgb(165,171,15); }

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

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

 a { background-color: rgb(165,171,15); }

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

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

 span { border-color: rgb(165,171,15); }

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