#ABAA0A

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

Shades of Citrus #ABAA0A

Tints of Citrus #ABAA0A

Color information

#ABAA0A (or 0xABAA0A) is unknown color: approx Citrus. HEX triplet: AB, AA and 0A. RGB value is (171,170,10). Sum of RGB (Red+Green+Blue) = 171+170+10=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA0A is #5455F5. Grayscale: #989898. Windows color (decimal): -5527030 or 699051. OLE color: 699051.

HSL color Cylindrical-coordinate representation of color #ABAA0A: hue angle of 59.63º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABAA0A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17117010-
CMYK00.010.940.33
HSL59.63º88.95%35.49%-
HSV(B)59.63º94.15%67.06%-
XYZ31.2237.435.87-
YUV152.0647.83141.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 10 (4.30% from 255) = 2.85%
R=48.72%
G=48.43%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711701000.010.940.3359.6388.9535.49
HexABAAA015E213c5923
Octal2532521201136417413143
Binary101010111010101010100110111101000011111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA0A; }

 p { color: rgb(171,170,10); }

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

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

 a { background-color: rgb(171,170,10); }

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

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

 span { border-color: rgb(171,170,10); }

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