#A0A628

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

Shades of Citron #A0A628

Tints of Citron #A0A628

Color information

#A0A628 (or 0xA0A628) is unknown color: approx Citron. HEX triplet: A0, A6 and 28. RGB value is (160,166,40). Sum of RGB (Red+Green+Blue) = 160+166+40=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A628 is #5F59D7. Grayscale: #969696. Windows color (decimal): -6248920 or 2664096. OLE color: 2664096.

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

Color convert

RGB16016640-
CMYK0.0400.760.35
HSL62.86º61.17%40.39%-
HSV(B)62.86º75.9%65.1%-
XYZ28.5234.97.24-
YUV149.8466.01135.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 40 (16.02% from 255) = 10.93%
R=43.72%
G=45.36%
B=10.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160166400.0400.760.3562.8661.1740.39
HexA0A628404C233f3d28
Octal240246504011443777550
Binary101000001010011010100010001001100100011111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A628; }

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

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

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

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

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

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

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

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