#ABA262

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

Shades of Gimblet #ABA262

Tints of Gimblet #ABA262

Color information

#ABA262 (or 0xABA262) is unknown color: approx Gimblet. HEX triplet: AB, A2 and 62. RGB value is (171,162,98). Sum of RGB (Red+Green+Blue) = 171+162+98=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA262 is #545D9D. Grayscale: #9D9D9D. Windows color (decimal): -5528990 or 6464171. OLE color: 6464171.

HSL color Cylindrical-coordinate representation of color #ABA262: hue angle of 52.6º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA262 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17116298-
CMYK00.050.430.33
HSL52.6º30.29%52.75%-
HSV(B)52.6º42.69%67.06%-
XYZ31.9235.3816.7-
YUV157.3994.48137.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=39.68%
G=37.59%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711629800.050.430.3352.630.2952.75
HexABA262052B21351e35
Octal253242142055341653665
Binary10101011101000101100010010110101110000111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA262; }

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

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

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

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

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

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

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

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