#ADB23E

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

Shades of Brass #ADB23E

Tints of Brass #ADB23E

Color information

#ADB23E (or 0xADB23E) is unknown color: approx Brass. HEX triplet: AD, B2 and 3E. RGB value is (173,178,62). Sum of RGB (Red+Green+Blue) = 173+178+62=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB23E is #524DC1. Grayscale: #A3A3A3. Windows color (decimal): -5393858 or 4108973. OLE color: 4108973.

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

Color convert

RGB17317862-
CMYK0.0300.650.30
HSL62.59º48.33%47.06%-
HSV(B)62.59º65.17%69.8%-
XYZ34.0241.0710.69-
YUV163.2870.84134.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 62 (24.61% from 255) = 15.01%
R=41.89%
G=43.10%
B=15.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173178620.0300.650.3062.5948.3347.06
HexADB23E30411E3f302f
Octal255262763010136776057
Binary1010110110110010111110110100000111110111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB23E; }

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

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

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

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

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

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

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

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