#A8A700

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

Shades of Citrus #A8A700

Tints of Citrus #A8A700

Color information

#A8A700 (or 0xA8A700) is unknown color: approx Citrus. HEX triplet: A8, A7 and 00. RGB value is (168,167,0). Sum of RGB (Red+Green+Blue) = 168+167+0=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A700 is #5758FF. Grayscale: #949494. Windows color (decimal): -5724416 or 42920. OLE color: 42920.

HSL color Cylindrical-coordinate representation of color #A8A700: hue angle of 59.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8A700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB1681670-
CMYK00.0110.34
HSL59.64º100%32.94%-
HSV(B)59.64º100%65.88%-
XYZ29.9735.965.36-
YUV148.2644.33142.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.15%
G=49.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168167000.0110.3459.6410032.94
HexA8A700164223c6421
Octal250247001144427414441
Binary101010001010011100111001001000101111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A700; }

 p { color: rgb(168,167,0); }

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

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

 a { background-color: rgb(168,167,0); }

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

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

 span { border-color: rgb(168,167,0); }

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