#ABA269

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

Shades of Gimblet #ABA269

Tints of Gimblet #ABA269

Color information

#ABA269 (or 0xABA269) is unknown color: approx Gimblet. HEX triplet: AB, A2 and 69. RGB value is (171,162,105). Sum of RGB (Red+Green+Blue) = 171+162+105=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA269 is #545D96. Grayscale: #9E9E9E. Windows color (decimal): -5528983 or 6922923. OLE color: 6922923.

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

Color convert

RGB171162105-
CMYK00.050.390.33
HSL51.82º28.21%54.12%-
HSV(B)51.82º38.6%67.06%-
XYZ32.2635.5218.52-
YUV158.1997.98137.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=39.04%
G=36.99%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116210500.050.390.3351.8228.2154.12
HexABA269052721341c36
Octal253242151054741643466
Binary10101011101000101101001010110011110000111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA269; }

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

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

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

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

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

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

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

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