#ABA266

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

Shades of Gimblet #ABA266

Tints of Gimblet #ABA266

Color information

#ABA266 (or 0xABA266) is unknown color: approx Gimblet. HEX triplet: AB, A2 and 66. RGB value is (171,162,102). Sum of RGB (Red+Green+Blue) = 171+162+102=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA266 is #545D99. Grayscale: #9E9E9E. Windows color (decimal): -5528986 or 6726315. OLE color: 6726315.

HSL color Cylindrical-coordinate representation of color #ABA266: hue angle of 52.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA266 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171162102-
CMYK00.050.400.33
HSL52.17º29.11%53.53%-
HSV(B)52.17º40.35%67.06%-
XYZ32.1135.4617.72-
YUV157.8596.48137.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=39.31%
G=37.24%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116210200.050.400.3352.1729.1153.53
HexABA266052821341d36
Octal253242146055041643566
Binary10101011101000101100110010110100010000111010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA266; }

 p { color: rgb(171,162,102); }

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

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

 a { background-color: rgb(171,162,102); }

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

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

 span { border-color: rgb(171,162,102); }

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