#ABA604

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

Shades of Citrus #ABA604

Tints of Citrus #ABA604

Color information

#ABA604 (or 0xABA604) is unknown color: approx Citrus. HEX triplet: AB, A6 and 04. RGB value is (171,166,4). Sum of RGB (Red+Green+Blue) = 171+166+4=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA604 is #5459FB. Grayscale: #959595. Windows color (decimal): -5528060 or 304811. OLE color: 304811.

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

Color convert

RGB1711664-
CMYK00.030.980.33
HSL58.2º95.43%34.31%-
HSV(B)58.2º97.66%67.06%-
XYZ30.4535.945.45-
YUV149.0346.16143.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 166 (65.23% from 255) = 48.68%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=50.15%
G=48.68%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171166400.030.980.3358.295.4334.31
HexABA640362213a5f22
Octal253246403142417213742
Binary101010111010011010001111000101000011110101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA604; }

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

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

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

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

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

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

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

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