#A0A332

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

Shades of Citron #A0A332

Tints of Citron #A0A332

Color information

#A0A332 (or 0xA0A332) is unknown color: approx Citron. HEX triplet: A0, A3 and 32. RGB value is (160,163,50). Sum of RGB (Red+Green+Blue) = 160+163+50=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A332 is #5F5CCD. Grayscale: #959595. Windows color (decimal): -6249678 or 3318688. OLE color: 3318688.

HSL color Cylindrical-coordinate representation of color #A0A332: hue angle of 61.59º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0A332 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16016350-
CMYK0.0200.690.36
HSL61.59º53.05%41.76%-
HSV(B)61.59º69.33%63.92%-
XYZ28.1733.98.08-
YUV149.2272.01135.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 50 (19.92% from 255) = 13.40%
R=42.90%
G=43.70%
B=13.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160163500.0200.690.3661.5953.0541.76
HexA0A3322045243e352a
Octal240243622010544766552
Binary10100000101000111100101001000101100100111110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A332; }

 p { color: rgb(160,163,50); }

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

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

 a { background-color: rgb(160,163,50); }

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

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

 span { border-color: rgb(160,163,50); }

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