#A8A503

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

Shades of Citrus #A8A503

Tints of Citrus #A8A503

Color information

#A8A503 (or 0xA8A503) is unknown color: approx Citrus. HEX triplet: A8, A5 and 03. RGB value is (168,165,3). Sum of RGB (Red+Green+Blue) = 168+165+3=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A503 is #575AFC. Grayscale: #949494. Windows color (decimal): -5724925 or 239016. OLE color: 239016.

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

Color convert

RGB1681653-
CMYK00.020.980.34
HSL58.91º96.49%33.53%-
HSV(B)58.91º98.21%65.88%-
XYZ29.6235.245.33-
YUV147.4346.49142.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 165 (64.84% from 255) = 49.11%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=50%
G=49.11%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168165300.020.980.3458.9196.4933.53
HexA8A530262223b6022
Octal250245302142427314042
Binary10101000101001011101011000101000101110111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A503; }

 p { color: rgb(168,165,3); }

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

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

 a { background-color: rgb(168,165,3); }

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

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

 span { border-color: rgb(168,165,3); }

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