#ABA469

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

Shades of Gimblet #ABA469

Tints of Gimblet #ABA469

Color information

#ABA469 (or 0xABA469) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 69. RGB value is (171,164,105). Sum of RGB (Red+Green+Blue) = 171+164+105=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA469 is #545B96. Grayscale: #9F9F9F. Windows color (decimal): -5528471 or 6923435. OLE color: 6923435.

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

Color convert

RGB171164105-
CMYK00.040.390.33
HSL53.64º28.21%54.12%-
HSV(B)53.64º38.6%67.06%-
XYZ32.6236.2318.64-
YUV159.3797.32136.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=38.86%
G=37.27%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116410500.040.390.3353.6428.2154.12
HexABA469042721361c36
Octal253244151044741663466
Binary10101011101001001101001010010011110000111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA469; }

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

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

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

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

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

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

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

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