#ABB03D

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

Shades of Brass #ABB03D

Tints of Brass #ABB03D

Color information

#ABB03D (or 0xABB03D) is unknown color: approx Brass. HEX triplet: AB, B0 and 3D. RGB value is (171,176,61). Sum of RGB (Red+Green+Blue) = 171+176+61=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB03D is #544FC2. Grayscale: #A1A1A1. Windows color (decimal): -5525443 or 4042923. OLE color: 4042923.

HSL color Cylindrical-coordinate representation of color #ABB03D: hue angle of 62.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABB03D is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17117661-
CMYK0.0300.650.31
HSL62.61º48.52%46.47%-
HSV(B)62.61º65.34%69.02%-
XYZ33.1640.0510.4-
YUV161.471.34134.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=41.91%
G=43.14%
B=14.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171176610.0300.650.3162.6148.5246.47
HexABB03D30411F3f312e
Octal253260753010137776156
Binary1010101110110000111101110100000111111111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB03D; }

 p { color: rgb(171,176,61); }

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

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

 a { background-color: rgb(171,176,61); }

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

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

 span { border-color: rgb(171,176,61); }

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