#A4AA0E

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

Shades of Citrus #A4AA0E

Tints of Citrus #A4AA0E

Color information

#A4AA0E (or 0xA4AA0E) is unknown color: approx Citrus. HEX triplet: A4, AA and 0E. RGB value is (164,170,14). Sum of RGB (Red+Green+Blue) = 164+170+14=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AA0E is #5B55F1. Grayscale: #979797. Windows color (decimal): -5985778 or 961188. OLE color: 961188.

HSL color Cylindrical-coordinate representation of color #A4AA0E: hue angle of 62.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4AA0E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB16417014-
CMYK0.0400.920.33
HSL62.31º84.78%36.08%-
HSV(B)62.31º91.76%66.67%-
XYZ29.7636.675.93-
YUV150.4251.01137.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 14 (5.86% from 255) = 4.02%
R=47.13%
G=48.85%
B=4.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164170140.0400.920.3362.3184.7836.08
HexA4AAE405C213e5524
Octal2442521640134417612544
Binary10100100101010101110100010111001000011111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA0E; }

 p { color: rgb(164,170,14); }

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

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

 a { background-color: rgb(164,170,14); }

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

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

 span { border-color: rgb(164,170,14); }

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