#ABA467

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

Shades of Gimblet #ABA467

Tints of Gimblet #ABA467

Color information

#ABA467 (or 0xABA467) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 67. RGB value is (171,164,103). Sum of RGB (Red+Green+Blue) = 171+164+103=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA467 is #545B98. Grayscale: #9F9F9F. Windows color (decimal): -5528473 or 6792363. OLE color: 6792363.

HSL color Cylindrical-coordinate representation of color #ABA467: hue angle of 53.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA467 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171164103-
CMYK00.040.400.33
HSL53.82º28.81%53.73%-
HSV(B)53.82º39.77%67.06%-
XYZ32.5236.1918.1-
YUV159.1496.32136.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=39.04%
G=37.44%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116410300.040.400.3353.8228.8153.73
HexABA467042821361d36
Octal253244147045041663566
Binary10101011101001001100111010010100010000111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA467; }

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

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

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

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

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

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

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

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