#A7AA01

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

Shades of Citrus #A7AA01

Tints of Citrus #A7AA01

Color information

#A7AA01 (or 0xA7AA01) is unknown color: approx Citrus. HEX triplet: A7, AA and 01. RGB value is (167,170,1). Sum of RGB (Red+Green+Blue) = 167+170+1=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AA01 is #5855FE. Grayscale: #969696. Windows color (decimal): -5789183 or 109223. OLE color: 109223.

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

Color convert

RGB1671701-
CMYK0.0200.990.33
HSL61.07º98.83%33.53%-
HSV(B)61.07º99.41%66.67%-
XYZ30.3236.975.57-
YUV149.8444.01140.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=49.41%
G=50.30%
B=0.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16717010.0200.990.3361.0798.8333.53
HexA7AA12063213d6322
Octal247252120143417514342
Binary1010011110101010110011000111000011111011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA01; }

 p { color: rgb(167,170,1); }

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

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

 a { background-color: rgb(167,170,1); }

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

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

 span { border-color: rgb(167,170,1); }

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