#ABA35F

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

Shades of Gimblet #ABA35F

Tints of Gimblet #ABA35F

Color information

#ABA35F (or 0xABA35F) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 5F. RGB value is (171,163,95). Sum of RGB (Red+Green+Blue) = 171+163+95=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA35F is #545CA0. Grayscale: #9D9D9D. Windows color (decimal): -5528737 or 6267819. OLE color: 6267819.

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

Color convert

RGB17116395-
CMYK00.050.440.33
HSL53.68º31.15%52.16%-
HSV(B)53.68º44.44%67.06%-
XYZ31.9635.6816.03-
YUV157.6492.65137.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=39.86%
G=38.00%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711639500.050.440.3353.6831.1552.16
HexABA35F052C21361f34
Octal253243137055441663764
Binary10101011101000111011111010110110010000111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA35F; }

 p { color: rgb(171,163,95); }

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

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

 a { background-color: rgb(171,163,95); }

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

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

 span { border-color: rgb(171,163,95); }

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