#ABA638

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

Shades of Brass #ABA638

Tints of Brass #ABA638

Color information

#ABA638 (or 0xABA638) is unknown color: approx Brass. HEX triplet: AB, A6 and 38. RGB value is (171,166,56). Sum of RGB (Red+Green+Blue) = 171+166+56=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA638 is #5459C7. Grayscale: #9B9B9B. Windows color (decimal): -5528008 or 3712683. OLE color: 3712683.

HSL color Cylindrical-coordinate representation of color #ABA638: hue angle of 57.39º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABA638 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17116656-
CMYK00.030.670.33
HSL57.39º50.66%44.51%-
HSV(B)57.39º67.25%67.06%-
XYZ31.1436.229.09-
YUV154.9572.16139.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=43.51%
G=42.24%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711665600.030.670.3357.3950.6644.51
HexABA63803432139332d
Octal253246700310341716355
Binary10101011101001101110000111000011100001111001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA638; }

 p { color: rgb(171,166,56); }

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

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

 a { background-color: rgb(171,166,56); }

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

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

 span { border-color: rgb(171,166,56); }

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