#ADB03A

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

Shades of Brass #ADB03A

Tints of Brass #ADB03A

Color information

#ADB03A (or 0xADB03A) is unknown color: approx Brass. HEX triplet: AD, B0 and 3A. RGB value is (173,176,58). Sum of RGB (Red+Green+Blue) = 173+176+58=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB03A is #524FC5. Grayscale: #A2A2A2. Windows color (decimal): -5394374 or 3846317. OLE color: 3846317.

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

Color convert

RGB17317658-
CMYK0.0200.670.31
HSL61.53º50.43%45.88%-
HSV(B)61.53º67.05%69.02%-
XYZ33.5240.2410-
YUV161.6569.51136.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=42.51%
G=43.24%
B=14.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176580.0200.670.3161.5350.4345.88
HexADB03A20431F3e322e
Octal255260722010337766256
Binary1010110110110000111010100100001111111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB03A; }

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

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

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

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

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

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

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

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