#A7A500

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

Shades of Citrus #A7A500

Tints of Citrus #A7A500

Color information

#A7A500 (or 0xA7A500) is unknown color: approx Citrus. HEX triplet: A7, A5 and 00. RGB value is (167,165,0). Sum of RGB (Red+Green+Blue) = 167+165+0=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A500 is #585AFF. Grayscale: #939393. Windows color (decimal): -5790464 or 42407. OLE color: 42407.

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

Color convert

RGB1671650-
CMYK00.0110.35
HSL59.28º100%32.75%-
HSV(B)59.28º100%65.49%-
XYZ29.3935.135.23-
YUV146.7945.16142.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.30%
G=49.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167165000.0110.3559.2810032.75
HexA7A500164233b6421
Octal247245001144437314441
Binary101001111010010100111001001000111110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A500; }

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

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

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

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

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

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

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

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