#ADB235

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

Shades of Brass #ADB235

Tints of Brass #ADB235

Color information

#ADB235 (or 0xADB235) is unknown color: approx Brass. HEX triplet: AD, B2 and 35. RGB value is (173,178,53). Sum of RGB (Red+Green+Blue) = 173+178+53=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB235 is #524DCA. Grayscale: #A2A2A2. Windows color (decimal): -5393867 or 3519149. OLE color: 3519149.

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

Color convert

RGB17317853-
CMYK0.0300.700.30
HSL62.4º54.11%45.29%-
HSV(B)62.4º70.22%69.8%-
XYZ33.840.989.5-
YUV162.2666.34135.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 53 (21.09% from 255) = 13.12%
R=42.82%
G=44.06%
B=13.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173178530.0300.700.3062.454.1145.29
HexADB23530461E3e362d
Octal255262653010636766655
Binary1010110110110010110101110100011011110111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB235; }

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

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

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

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

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

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

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

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