#A0AE0B

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

Shades of Citrus #A0AE0B

Tints of Citrus #A0AE0B

Color information

#A0AE0B (or 0xA0AE0B) is unknown color: approx Citrus. HEX triplet: A0, AE and 0B. RGB value is (160,174,11). Sum of RGB (Red+Green+Blue) = 160+174+11=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AE0B is #5F51F4. Grayscale: #979797. Windows color (decimal): -6246901 or 765600. OLE color: 765600.

HSL color Cylindrical-coordinate representation of color #A0AE0B: hue angle of 65.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0AE0B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB16017411-
CMYK0.0800.940.32
HSL65.15º88.11%36.27%-
HSV(B)65.15º93.68%68.24%-
XYZ29.6937.776.04-
YUV151.2348.86134.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 174 (68.36% from 255) = 50.43%
BLUE value IS 11 (4.69% from 255) = 3.19%
R=46.38%
G=50.43%
B=3.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174110.0800.940.3265.1588.1136.27
HexA0AEB805E20415824
Octal240256131001364010113044
Binary1010000010101110101110000101111010000010000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE0B; }

 p { color: rgb(160,174,11); }

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

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

 a { background-color: rgb(160,174,11); }

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

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

 span { border-color: rgb(160,174,11); }

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