#A0A234

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

Shades of Citron #A0A234

Tints of Citron #A0A234

Color information

#A0A234 (or 0xA0A234) is unknown color: approx Citron. HEX triplet: A0, A2 and 34. RGB value is (160,162,52). Sum of RGB (Red+Green+Blue) = 160+162+52=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A234 is #5F5DCB. Grayscale: #959595. Windows color (decimal): -6249932 or 3449504. OLE color: 3449504.

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

Color convert

RGB16016252-
CMYK0.0100.680.36
HSL61.09º51.4%41.96%-
HSV(B)61.09º67.9%63.53%-
XYZ28.0433.568.25-
YUV148.8673.34135.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=42.78%
G=43.32%
B=13.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162520.0100.680.3661.0951.441.96
HexA0A2341044243d332a
Octal240242641010444756352
Binary1010000010100010110100101000100100100111101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A234; }

 p { color: rgb(160,162,52); }

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

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

 a { background-color: rgb(160,162,52); }

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

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

 span { border-color: rgb(160,162,52); }

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