#ADA903

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

Shades of Citrus #ADA903

Tints of Citrus #ADA903

Color information

#ADA903 (or 0xADA903) is unknown color: approx Citrus. HEX triplet: AD, A9 and 03. RGB value is (173,169,3). Sum of RGB (Red+Green+Blue) = 173+169+3=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA903 is #5256FC. Grayscale: #979797. Windows color (decimal): -5396221 or 240045. OLE color: 240045.

HSL color Cylindrical-coordinate representation of color #ADA903: hue angle of 58.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADA903 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1731693-
CMYK00.020.980.32
HSL58.59º96.59%34.51%-
HSV(B)58.59º98.27%67.84%-
XYZ31.4437.275.62-
YUV151.2744.33143.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 169 (66.41% from 255) = 48.99%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=50.14%
G=48.99%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173169300.020.980.3258.5996.5934.51
HexADA930262203b6123
Octal255251302142407314143
Binary10101101101010011101011000101000001110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA903; }

 p { color: rgb(173,169,3); }

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

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

 a { background-color: rgb(173,169,3); }

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

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

 span { border-color: rgb(173,169,3); }

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