#A6A60B

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

Shades of Citrus #A6A60B

Tints of Citrus #A6A60B

Color information

#A6A60B (or 0xA6A60B) is unknown color: approx Citrus. HEX triplet: A6, A6 and 0B. RGB value is (166,166,11). Sum of RGB (Red+Green+Blue) = 166+166+11=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A60B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A60B is #5959F4. Grayscale: #949494. Windows color (decimal): -5855733 or 763558. OLE color: 763558.

HSL color Cylindrical-coordinate representation of color #A6A60B: hue angle of 60º 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 #A6A60B is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16616611-
CMYK000.930.35
HSL60º87.57%34.71%-
HSV(B)60º93.37%65.1%-
XYZ29.4235.45.6-
YUV148.3350.5140.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 11 (4.69% from 255) = 3.21%
R=48.40%
G=48.40%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616611000.930.356087.5734.71
HexA6A6B005D233c5823
Octal2462461300135437413043
Binary101001101010011010110010111011000111111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A60B; }

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

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

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

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

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

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

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

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