#A8AC05

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

Shades of Citrus #A8AC05

Tints of Citrus #A8AC05

Color information

#A8AC05 (or 0xA8AC05) is unknown color: approx Citrus. HEX triplet: A8, AC and 05. RGB value is (168,172,5). Sum of RGB (Red+Green+Blue) = 168+172+5=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC05 is #5753FA. Grayscale: #989898. Windows color (decimal): -5723131 or 371880. OLE color: 371880.

HSL color Cylindrical-coordinate representation of color #A8AC05: hue angle of 61.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8AC05 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1681725-
CMYK0.0200.970.33
HSL61.44º94.35%34.71%-
HSV(B)61.44º97.09%67.45%-
XYZ30.9337.845.82-
YUV151.7745.17139.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 172 (67.58% from 255) = 49.86%
BLUE value IS 5 (2.34% from 255) = 1.45%
R=48.70%
G=49.86%
B=1.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16817250.0200.970.3361.4494.3534.71
HexA8AC52061213d5e23
Octal250254520141417513643
Binary101010001010110010110011000011000011111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC05; }

 p { color: rgb(168,172,5); }

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

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

 a { background-color: rgb(168,172,5); }

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

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

 span { border-color: rgb(168,172,5); }

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