#ABA503

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

Shades of Citrus #ABA503

Tints of Citrus #ABA503

Color information

#ABA503 (or 0xABA503) is unknown color: approx Citrus. HEX triplet: AB, A5 and 03. RGB value is (171,165,3). Sum of RGB (Red+Green+Blue) = 171+165+3=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA503 is #545AFC. Grayscale: #949494. Windows color (decimal): -5528317 or 239019. OLE color: 239019.

HSL color Cylindrical-coordinate representation of color #ABA503: hue angle of 57.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABA503 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1711653-
CMYK00.040.980.33
HSL57.86º96.55%34.12%-
HSV(B)57.86º98.25%67.06%-
XYZ30.2735.575.36-
YUV148.3345.99144.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=50.44%
G=48.67%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171165300.040.980.3357.8696.5534.12
HexABA530462213a6122
Octal253245304142417214142
Binary101010111010010111010011000101000011110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA503; }

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

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

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

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

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

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

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

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