#A4A60B

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

Shades of Citrus #A4A60B

Tints of Citrus #A4A60B

Color information

#A4A60B (or 0xA4A60B) is unknown color: approx Citrus. HEX triplet: A4, A6 and 0B. RGB value is (164,166,11). Sum of RGB (Red+Green+Blue) = 164+166+11=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A60B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A60B is #5B59F4. Grayscale: #949494. Windows color (decimal): -5986805 or 763556. OLE color: 763556.

HSL color Cylindrical-coordinate representation of color #A4A60B: hue angle of 60.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4A60B is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16416611-
CMYK0.0100.930.35
HSL60.77º87.57%34.71%-
HSV(B)60.77º93.37%65.1%-
XYZ29.0135.195.58-
YUV147.7350.84139.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 166 (65.23% from 255) = 48.68%
BLUE value IS 11 (4.69% from 255) = 3.23%
R=48.09%
G=48.68%
B=3.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166110.0100.930.3560.7787.5734.71
HexA4A6B105D233d5823
Octal2442461310135437513043
Binary101001001010011010111010111011000111111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A60B; }

 p { color: rgb(164,166,11); }

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

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

 a { background-color: rgb(164,166,11); }

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

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

 span { border-color: rgb(164,166,11); }

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