#A3A814

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

Shades of Citrus #A3A814

Tints of Citrus #A3A814

Color information

#A3A814 (or 0xA3A814) is unknown color: approx Citrus. HEX triplet: A3, A8 and 14. RGB value is (163,168,20). Sum of RGB (Red+Green+Blue) = 163+168+20=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A814 is #5C57EB. Grayscale: #969696. Windows color (decimal): -6051820 or 1353891. OLE color: 1353891.

HSL color Cylindrical-coordinate representation of color #A3A814: hue angle of 62.03º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3A814 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB16316820-
CMYK0.0300.880.34
HSL62.03º78.72%36.86%-
HSV(B)62.03º88.1%65.88%-
XYZ29.2335.846.04-
YUV149.6354.84137.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 168 (66.02% from 255) = 47.86%
BLUE value IS 20 (8.20% from 255) = 5.70%
R=46.44%
G=47.86%
B=5.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163168200.0300.880.3462.0378.7236.86
HexA3A8143058223e4f25
Octal2432502430130427611745
Binary10100011101010001010011010110001000101111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A814; }

 p { color: rgb(163,168,20); }

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

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

 a { background-color: rgb(163,168,20); }

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

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

 span { border-color: rgb(163,168,20); }

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