#A8AE0E

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

Shades of Citrus #A8AE0E

Tints of Citrus #A8AE0E

Color information

#A8AE0E (or 0xA8AE0E) is unknown color: approx Citrus. HEX triplet: A8, AE and 0E. RGB value is (168,174,14). Sum of RGB (Red+Green+Blue) = 168+174+14=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE0E is #5751F1. Grayscale: #9A9A9A. Windows color (decimal): -5722610 or 962216. OLE color: 962216.

HSL color Cylindrical-coordinate representation of color #A8AE0E: hue angle of 62.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8AE0E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB16817414-
CMYK0.0300.920.32
HSL62.25º85.11%36.86%-
HSV(B)62.25º91.95%68.24%-
XYZ31.3638.636.22-
YUV153.9749.01138.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=47.19%
G=48.88%
B=3.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168174140.0300.920.3262.2585.1136.86
HexA8AEE305C203e5525
Octal2502561630134407612545
Binary1010100010101110111011010111001000001111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE0E; }

 p { color: rgb(168,174,14); }

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

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

 a { background-color: rgb(168,174,14); }

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

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

 span { border-color: rgb(168,174,14); }

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