#A4AB12

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

Shades of Citrus #A4AB12

Tints of Citrus #A4AB12

Color information

#A4AB12 (or 0xA4AB12) is unknown color: approx Citrus. HEX triplet: A4, AB and 12. RGB value is (164,171,18). Sum of RGB (Red+Green+Blue) = 164+171+18=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AB12 is #5B54ED. Grayscale: #989898. Windows color (decimal): -5985518 or 1223588. OLE color: 1223588.

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

Color convert

RGB16417118-
CMYK0.0400.890.33
HSL62.75º80.95%37.06%-
HSV(B)62.75º89.47%67.06%-
XYZ29.9837.066.15-
YUV151.4652.68136.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 18 (7.42% from 255) = 5.10%
R=46.46%
G=48.44%
B=5.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164171180.0400.890.3362.7580.9537.06
HexA4AB124059213f5125
Octal2442532240131417712145
Binary101001001010101110010100010110011000011111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB12; }

 p { color: rgb(164,171,18); }

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

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

 a { background-color: rgb(164,171,18); }

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

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

 span { border-color: rgb(164,171,18); }

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