#ADB23F

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

Shades of Brass #ADB23F

Tints of Brass #ADB23F

Color information

#ADB23F (or 0xADB23F) is unknown color: approx Brass. HEX triplet: AD, B2 and 3F. RGB value is (173,178,63). Sum of RGB (Red+Green+Blue) = 173+178+63=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB23F is #524DC0. Grayscale: #A3A3A3. Windows color (decimal): -5393857 or 4174509. OLE color: 4174509.

HSL color Cylindrical-coordinate representation of color #ADB23F: hue angle of 62.61º 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 #ADB23F is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17317863-
CMYK0.0300.650.30
HSL62.61º47.72%47.25%-
HSV(B)62.61º64.61%69.8%-
XYZ34.0541.0810.84-
YUV163.3971.34134.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 63 (25% from 255) = 15.22%
R=41.79%
G=43.00%
B=15.22%

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
Decimal173178630.0300.650.3062.6147.7247.25
HexADB23F30411E3f302f
Octal255262773010136776057
Binary1010110110110010111111110100000111110111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB23F; }

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

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

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

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

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

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

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

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