#A0A62D

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

Shades of Citron #A0A62D

Tints of Citron #A0A62D

Color information

#A0A62D (or 0xA0A62D) is unknown color: approx Citron. HEX triplet: A0, A6 and 2D. RGB value is (160,166,45). Sum of RGB (Red+Green+Blue) = 160+166+45=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A62D is #5F59D2. Grayscale: #969696. Windows color (decimal): -6248915 or 2991776. OLE color: 2991776.

HSL color Cylindrical-coordinate representation of color #A0A62D: hue angle of 62.98º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0A62D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16016645-
CMYK0.0400.730.35
HSL62.98º57.35%41.37%-
HSV(B)62.98º72.89%65.1%-
XYZ28.6134.947.72-
YUV150.4168.51134.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=43.13%
G=44.74%
B=12.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160166450.0400.730.3562.9857.3541.37
HexA0A62D4049233f3929
Octal240246554011143777151
Binary101000001010011010110110001001001100011111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A62D; }

 p { color: rgb(160,166,45); }

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

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

 a { background-color: rgb(160,166,45); }

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

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

 span { border-color: rgb(160,166,45); }

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