#A2A715

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

Shades of Citrus #A2A715

Tints of Citrus #A2A715

Color information

#A2A715 (or 0xA2A715) is unknown color: approx Citrus. HEX triplet: A2, A7 and 15. RGB value is (162,167,21). Sum of RGB (Red+Green+Blue) = 162+167+21=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A715 is #5D58EA. Grayscale: #959595. Windows color (decimal): -6117611 or 1419170. OLE color: 1419170.

HSL color Cylindrical-coordinate representation of color #A2A715: hue angle of 62.05º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2A715 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16216721-
CMYK0.0300.870.35
HSL62.05º77.66%36.86%-
HSV(B)62.05º87.43%65.49%-
XYZ28.8535.376.02-
YUV148.8655.84137.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 21 (8.59% from 255) = 6%
R=46.29%
G=47.71%
B=6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162167210.0300.870.3562.0577.6636.86
HexA2A7153057233e4e25
Octal2422472530127437611645
Binary10100010101001111010111010101111000111111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A715; }

 p { color: rgb(162,167,21); }

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

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

 a { background-color: rgb(162,167,21); }

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

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

 span { border-color: rgb(162,167,21); }

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