#A3AF13

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

Shades of Citrus #A3AF13

Tints of Citrus #A3AF13

Color information

#A3AF13 (or 0xA3AF13) is unknown color: approx Citrus. HEX triplet: A3, AF and 13. RGB value is (163,175,19). Sum of RGB (Red+Green+Blue) = 163+175+19=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AF13 is #5C50EC. Grayscale: #9A9A9A. Windows color (decimal): -6050029 or 1290147. OLE color: 1290147.

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

Color convert

RGB16317519-
CMYK0.0700.890.31
HSL64.62º80.41%38.04%-
HSV(B)64.62º89.14%68.63%-
XYZ30.5538.496.44-
YUV153.6352.02134.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 19 (7.81% from 255) = 5.32%
R=45.66%
G=49.02%
B=5.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163175190.0700.890.3164.6280.4138.04
HexA3AF1370591F415026
Octal24325723701313710112046
Binary101000111010111110011111010110011111110000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF13; }

 p { color: rgb(163,175,19); }

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

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

 a { background-color: rgb(163,175,19); }

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

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

 span { border-color: rgb(163,175,19); }

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