#ABA338

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

Shades of Brass #ABA338

Tints of Brass #ABA338

Color information

#ABA338 (or 0xABA338) is unknown color: approx Brass. HEX triplet: AB, A3 and 38. RGB value is (171,163,56). Sum of RGB (Red+Green+Blue) = 171+163+56=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA338 is #545CC7. Grayscale: #999999. Windows color (decimal): -5528776 or 3711915. OLE color: 3711915.

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

Color convert

RGB17116356-
CMYK00.050.670.33
HSL55.83º50.66%44.51%-
HSV(B)55.83º67.25%67.06%-
XYZ30.6135.148.91-
YUV153.1973.15140.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=43.85%
G=41.79%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711635600.050.670.3355.8350.6644.51
HexABA33805432138332d
Octal253243700510341706355
Binary101010111010001111100001011000011100001111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA338; }

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

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

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

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

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

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

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

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