#A4AC11

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

Shades of Citrus #A4AC11

Tints of Citrus #A4AC11

Color information

#A4AC11 (or 0xA4AC11) is unknown color: approx Citrus. HEX triplet: A4, AC and 11. RGB value is (164,172,17). Sum of RGB (Red+Green+Blue) = 164+172+17=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AC11 is #5B53EE. Grayscale: #989898. Windows color (decimal): -5985263 or 1158308. OLE color: 1158308.

HSL color Cylindrical-coordinate representation of color #A4AC11: hue angle of 63.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4AC11 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB16417217-
CMYK0.0500.900.33
HSL63.1º82.01%37.06%-
HSV(B)63.1º90.12%67.45%-
XYZ30.1637.446.17-
YUV151.9451.85136.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 172 (67.58% from 255) = 48.73%
BLUE value IS 17 (7.03% from 255) = 4.82%
R=46.46%
G=48.73%
B=4.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172170.0500.900.3363.182.0137.06
HexA4AC11505A213f5225
Octal2442542150132417712245
Binary101001001010110010001101010110101000011111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC11; }

 p { color: rgb(164,172,17); }

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

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

 a { background-color: rgb(164,172,17); }

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

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

 span { border-color: rgb(164,172,17); }

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