#A3AD0D

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

Shades of Citrus #A3AD0D

Tints of Citrus #A3AD0D

Color information

#A3AD0D (or 0xA3AD0D) is unknown color: approx Citrus. HEX triplet: A3, AD and 0D. RGB value is (163,173,13). Sum of RGB (Red+Green+Blue) = 163+173+13=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AD0D is #5C52F2. Grayscale: #989898. Windows color (decimal): -6050547 or 896419. OLE color: 896419.

HSL color Cylindrical-coordinate representation of color #A3AD0D: hue angle of 63.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3AD0D is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB16317313-
CMYK0.0600.920.32
HSL63.75º86.02%36.47%-
HSV(B)63.75º92.49%67.84%-
XYZ30.1237.76.07-
YUV151.7749.69136.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 173 (67.97% from 255) = 49.57%
BLUE value IS 13 (5.47% from 255) = 3.72%
R=46.70%
G=49.57%
B=3.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163173130.0600.920.3263.7586.0236.47
HexA3ADD605C20405624
Octal24325515601344010012644
Binary101000111010110111011100101110010000010000001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD0D; }

 p { color: rgb(163,173,13); }

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

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

 a { background-color: rgb(163,173,13); }

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

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

 span { border-color: rgb(163,173,13); }

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