#A9AB08

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

Shades of Citrus #A9AB08

Tints of Citrus #A9AB08

Color information

#A9AB08 (or 0xA9AB08) is unknown color: approx Citrus. HEX triplet: A9, AB and 08. RGB value is (169,171,8). Sum of RGB (Red+Green+Blue) = 169+171+8=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9AB08 is #5654F7. Grayscale: #989898. Windows color (decimal): -5657848 or 568233. OLE color: 568233.

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

Color convert

RGB1691718-
CMYK0.0100.950.33
HSL60.74º91.06%35.1%-
HSV(B)60.74º95.32%67.06%-
XYZ30.9737.585.85-
YUV151.8246.84140.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 8 (3.52% from 255) = 2.30%
R=48.56%
G=49.14%
B=2.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16917180.0100.950.3360.7491.0635.1
HexA9AB8105F213d5b23
Octal2512531010137417513343
Binary101010011010101110001010111111000011111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB08; }

 p { color: rgb(169,171,8); }

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

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

 a { background-color: rgb(169,171,8); }

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

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

 span { border-color: rgb(169,171,8); }

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