Html Css Color HEX #ADAC3A Brass

📋 copy color: '#ADAC3A'

red 173 ◦ green 172 ◦ blue 58

#ADAC3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ADAC3A

Tints of Brass #ADAC3A

RGB

 RED value IS 173 (67.97% from 255) = 42.93%

 GREEN value IS 172 (67.58% from 255) = 42.68%

 BLUE value IS 58 (23.05% from 255) = 14.39%

R = 42.93%
G = 42.68%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#ADAC3A (or 0xADAC3A) is known color: Brass. HEX triplet: AD, AC and 3A. RGB value is (173,172,58). Sum of RGB (Red+Green+Blue) = 173+172+58=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC3A is #5253C5. Grayscale: #9F9F9F. Windows color (decimal): -5395398 or 3845293. OLE color: 3845293.

HSL color Cylindrical-coordinate representation of color #ADAC3A: hue angle of 59.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADAC3A is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 58 -
CMYK 0 0.01 0.66 0.32
HSL 59.48º 0.5% 0.45% -
HSV(B) 59.48º 0.66% 0.68% -
XYZ 32.75 38.69 9.75 -
YUV 159.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 173 172 58 0 0.01 0.66 0.32 59.48 0.5 0.45
Hex AD AC 3A 0 1 42 20 3B 32 2D
Octal 255 254 72 0 1 102 40 73 62 55
Binary 10101101 10101100 111010 0 1 1000010 100000 111011 110010 101101

Color Harmonies of #ADAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC3A

Black with #ADAC3A

Text Example


Text Example

White with #ADAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC3A; }

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

 H1.HeaderClassName
 {
   color: #ADAC3A;
 }
 .AnyTagClassName
 {
   color: #ADAC3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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