#ABA062

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

Shades of Gimblet #ABA062

Tints of Gimblet #ABA062

Color information

#ABA062 (or 0xABA062) is unknown color: approx Gimblet. HEX triplet: AB, A0 and 62. RGB value is (171,160,98). Sum of RGB (Red+Green+Blue) = 171+160+98=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA062 is #545F9D. Grayscale: #9C9C9C. Windows color (decimal): -5529502 or 6463659. OLE color: 6463659.

HSL color Cylindrical-coordinate representation of color #ABA062: hue angle of 50.96º 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 #ABA062 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17116098-
CMYK00.060.430.33
HSL50.96º30.29%52.75%-
HSV(B)50.96º42.69%67.06%-
XYZ31.5734.6816.59-
YUV156.2295.14138.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=39.86%
G=37.30%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711609800.060.430.3350.9630.2952.75
HexABA062062B21331e35
Octal253240142065341633665
Binary10101011101000001100010011010101110000111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA062; }

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

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

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

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

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

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

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

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