#A0A533

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

Shades of Citron #A0A533

Tints of Citron #A0A533

Color information

#A0A533 (or 0xA0A533) is unknown color: approx Citron. HEX triplet: A0, A5 and 33. RGB value is (160,165,51). Sum of RGB (Red+Green+Blue) = 160+165+51=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A533 is #5F5ACC. Grayscale: #969696. Windows color (decimal): -6249165 or 3384736. OLE color: 3384736.

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

Color convert

RGB16016551-
CMYK0.0300.690.35
HSL62.63º52.78%42.35%-
HSV(B)62.63º69.09%64.71%-
XYZ28.5534.628.31-
YUV150.5171.84134.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 51 (20.31% from 255) = 13.56%
R=42.55%
G=43.88%
B=13.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160165510.0300.690.3562.6352.7842.35
HexA0A5333045233f352a
Octal240245633010543776552
Binary10100000101001011100111101000101100011111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A533; }

 p { color: rgb(160,165,51); }

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

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

 a { background-color: rgb(160,165,51); }

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

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

 span { border-color: rgb(160,165,51); }

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