#A0A308

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

Shades of Citrus #A0A308

Tints of Citrus #A0A308

Color information

#A0A308 (or 0xA0A308) is unknown color: approx Citrus. HEX triplet: A0, A3 and 08. RGB value is (160,163,8). Sum of RGB (Red+Green+Blue) = 160+163+8=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A308 is #5F5CF7. Grayscale: #919191. Windows color (decimal): -6249720 or 566176. OLE color: 566176.

HSL color Cylindrical-coordinate representation of color #A0A308: hue angle of 61.16º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0A308 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1601638-
CMYK0.0200.950.36
HSL61.16º90.64%33.53%-
HSV(B)61.16º95.09%63.92%-
XYZ27.6433.695.27-
YUV144.4351.01139.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 163 (64.06% from 255) = 49.24%
BLUE value IS 8 (3.52% from 255) = 2.42%
R=48.34%
G=49.24%
B=2.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16016380.0200.950.3661.1690.6433.53
HexA0A38205F243d5b22
Octal2402431020137447513342
Binary1010000010100011100010010111111001001111011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A308; }

 p { color: rgb(160,163,8); }

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

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

 a { background-color: rgb(160,163,8); }

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

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

 span { border-color: rgb(160,163,8); }

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