Html Css Color HEX #ADAC36 Brass

📋 copy color: '#ADAC36'

red 173 ◦ green 172 ◦ blue 54

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

Shades of Brass #ADAC36

Tints of Brass #ADAC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.53%

R = 43.36%
G = 43.11%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#ADAC36 (or 0xADAC36) is known color: Brass. HEX triplet: AD, AC and 36. RGB value is (173,172,54). Sum of RGB (Red+Green+Blue) = 173+172+54=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC36 is #5253C9. Grayscale: #9F9F9F. Windows color (decimal): -5395402 or 3583149. OLE color: 3583149.

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

Color convert

RGB 173 172 54 -
CMYK 0 0.01 0.69 0.32
HSL 59.5º 0.52% 0.45% -
HSV(B) 59.5º 0.69% 0.68% -
XYZ 32.65 38.66 9.23 -
YUV 158.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 173 172 54 0 0.01 0.69 0.32 59.5 0.52 0.45
Hex AD AC 36 0 1 45 20 3B 34 2D
Octal 255 254 66 0 1 105 40 73 64 55
Binary 10101101 10101100 110110 0 1 1000101 100000 111011 110100 101101

Color Harmonies of #ADAC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC36

Black with #ADAC36

Text Example


Text Example

White with #ADAC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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