#ab9d38

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

Shades of Brass #AB9D38

Tints of Brass #AB9D38

Color information

#AB9D38 (or 0xAB9D38) is unknown color: approx Brass. HEX triplet: AB, 9D and 38. RGB value is (171,157,56). Sum of RGB (Red+Green+Blue) = 171+157+56=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D38 is #5462C7. Grayscale: #969696. Windows color (decimal): -5530312 or 3710379. OLE color: 3710379.

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

Color convert

RGB17115756-
CMYK00.080.670.33
HSL52.7º50.66%44.51%-
HSV(B)52.7º67.25%67.06%-
XYZ29.5733.068.56-
YUV149.6775.14143.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 56 (22.27% from 255) = 14.58%
R=44.53%
G=40.89%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711575600.080.670.3352.750.6644.51
HexAB9D3808432135332d
Octal2532357001010341656355
Binary1010101110011101111000010001000011100001110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab9d38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab9d38; }

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

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

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

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

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

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

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

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