#ABB338

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

Shades of Brass #ABB338

Tints of Brass #ABB338

Color information

#ABB338 (or 0xABB338) is unknown color: approx Brass. HEX triplet: AB, B3 and 38. RGB value is (171,179,56). Sum of RGB (Red+Green+Blue) = 171+179+56=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB338 is #544CC7. Grayscale: #A3A3A3. Windows color (decimal): -5524680 or 3716011. OLE color: 3716011.

HSL color Cylindrical-coordinate representation of color #ABB338: hue angle of 63.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABB338 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17117956-
CMYK0.0400.690.30
HSL63.9º52.34%46.08%-
HSV(B)63.9º68.72%70.2%-
XYZ33.6341.189.92-
YUV162.5967.85134-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 179 (70.31% from 255) = 44.09%
BLUE value IS 56 (22.27% from 255) = 13.79%
R=42.12%
G=44.09%
B=13.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171179560.0400.690.3063.952.3446.08
HexABB33840451E40342e
Octal2532637040105361006456
Binary101010111011001111100010001000101111101000000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB338; }

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

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

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

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

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

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

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

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