#ADB03E

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

Shades of Brass #ADB03E

Tints of Brass #ADB03E

Color information

#ADB03E (or 0xADB03E) is unknown color: approx Brass. HEX triplet: AD, B0 and 3E. RGB value is (173,176,62). Sum of RGB (Red+Green+Blue) = 173+176+62=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB03E is #524FC1. Grayscale: #A2A2A2. Windows color (decimal): -5394370 or 4108461. OLE color: 4108461.

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

Color convert

RGB17317662-
CMYK0.0200.650.31
HSL61.58º47.9%46.67%-
HSV(B)61.58º64.77%69.02%-
XYZ33.6340.2810.56-
YUV162.1171.51135.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=42.09%
G=42.82%
B=15.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176620.0200.650.3161.5847.946.67
HexADB03E20411F3e302f
Octal255260762010137766057
Binary1010110110110000111110100100000111111111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB03E; }

 p { color: rgb(173,176,62); }

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

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

 a { background-color: rgb(173,176,62); }

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

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

 span { border-color: rgb(173,176,62); }

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