#A19E01

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

Shades of Citrus #A19E01

Tints of Citrus #A19E01

Color information

#A19E01 (or 0xA19E01) is unknown color: approx Citrus. HEX triplet: A1, 9E and 01. RGB value is (161,158,1). Sum of RGB (Red+Green+Blue) = 161+158+1=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19E01 is #5E61FE. Grayscale: #8D8D8D. Windows color (decimal): -6185471 or 106145. OLE color: 106145.

HSL color Cylindrical-coordinate representation of color #A19E01: hue angle of 58.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A19E01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1611581-
CMYK00.020.990.37
HSL58.88º98.77%31.76%-
HSV(B)58.88º99.38%63.14%-
XYZ26.9332.034.79-
YUV14148.99142.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 158 (62.11% from 255) = 49.38%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=50.31%
G=49.38%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161158100.020.990.3758.8898.7731.76
HexA19E10263253b6320
Octal241236102143457314340
Binary1010000110011110101011000111001011110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E01; }

 p { color: rgb(161,158,1); }

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

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

 a { background-color: rgb(161,158,1); }

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

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

 span { border-color: rgb(161,158,1); }

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