#ADB23A

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

Shades of Brass #ADB23A

Tints of Brass #ADB23A

Color information

#ADB23A (or 0xADB23A) is unknown color: approx Brass. HEX triplet: AD, B2 and 3A. RGB value is (173,178,58). Sum of RGB (Red+Green+Blue) = 173+178+58=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB23A is #524DC5. Grayscale: #A3A3A3. Windows color (decimal): -5393862 or 3846829. OLE color: 3846829.

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

Color convert

RGB17317858-
CMYK0.0300.670.30
HSL62.5º50.85%46.27%-
HSV(B)62.5º67.42%69.8%-
XYZ33.9241.0310.14-
YUV162.8268.84135.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 58 (23.05% from 255) = 14.18%
R=42.30%
G=43.52%
B=14.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173178580.0300.670.3062.550.8546.27
HexADB23A30431E3e332e
Octal255262723010336766356
Binary1010110110110010111010110100001111110111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB23A; }

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

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

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

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

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

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

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

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