#ABA504

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

Shades of Citrus #ABA504

Tints of Citrus #ABA504

Color information

#ABA504 (or 0xABA504) is unknown color: approx Citrus. HEX triplet: AB, A5 and 04. RGB value is (171,165,4). Sum of RGB (Red+Green+Blue) = 171+165+4=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA504 is #545AFB. Grayscale: #959595. Windows color (decimal): -5528316 or 304555. OLE color: 304555.

HSL color Cylindrical-coordinate representation of color #ABA504: hue angle of 57.84º degrees, saturation: 0.95, 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 #ABA504 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1711654-
CMYK00.040.980.33
HSL57.84º95.43%34.31%-
HSV(B)57.84º97.66%67.06%-
XYZ30.2735.585.39-
YUV148.4446.49144.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 165 (64.84% from 255) = 48.53%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=50.29%
G=48.53%
B=1.18%

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
Decimal171165400.040.980.3357.8495.4334.31
HexABA540462213a5f22
Octal253245404142417213742
Binary1010101110100101100010011000101000011110101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA504; }

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

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

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

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

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

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

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

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