#A0A433

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

Shades of Citron #A0A433

Tints of Citron #A0A433

Color information

#A0A433 (or 0xA0A433) is unknown color: approx Citron. HEX triplet: A0, A4 and 33. RGB value is (160,164,51). Sum of RGB (Red+Green+Blue) = 160+164+51=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A433 is #5F5BCC. Grayscale: #969696. Windows color (decimal): -6249421 or 3384480. OLE color: 3384480.

HSL color Cylindrical-coordinate representation of color #A0A433: hue angle of 62.12º 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 #A0A433 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16016451-
CMYK0.0200.690.36
HSL62.12º52.56%42.16%-
HSV(B)62.12º68.9%64.31%-
XYZ28.3734.268.25-
YUV149.9272.17135.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=42.67%
G=43.73%
B=13.6%

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
Decimal160164510.0200.690.3662.1252.5642.16
HexA0A4332045243e352a
Octal240244632010544766552
Binary10100000101001001100111001000101100100111110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A433; }

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

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

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

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

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

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

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

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