#A7AD10

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

Shades of Citrus #A7AD10

Tints of Citrus #A7AD10

Color information

#A7AD10 (or 0xA7AD10) is unknown color: approx Citrus. HEX triplet: A7, AD and 10. RGB value is (167,173,16). Sum of RGB (Red+Green+Blue) = 167+173+16=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AD10 is #5852EF. Grayscale: #999999. Windows color (decimal): -5788400 or 1093031. OLE color: 1093031.

HSL color Cylindrical-coordinate representation of color #A7AD10: hue angle of 62.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7AD10 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB16717316-
CMYK0.0300.910.32
HSL62.29º83.07%37.06%-
HSV(B)62.29º90.75%67.84%-
XYZ30.9738.146.22-
YUV153.3150.51137.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 16 (6.64% from 255) = 4.49%
R=46.91%
G=48.60%
B=4.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167173160.0300.910.3262.2983.0737.06
HexA7AD10305B203e5325
Octal2472552030133407612345
Binary10100111101011011000011010110111000001111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD10; }

 p { color: rgb(167,173,16); }

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

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

 a { background-color: rgb(167,173,16); }

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

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

 span { border-color: rgb(167,173,16); }

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