Html Css Color HEX #ADA94C Brass

📋 copy color: '#ADA94C'

red 173 ◦ green 169 ◦ blue 76

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

Shades of Brass #ADA94C

Tints of Brass #ADA94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 41.39%
G = 40.43%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#ADA94C (or 0xADA94C) is known color: Brass. HEX triplet: AD, A9 and 4C. RGB value is (173,169,76). Sum of RGB (Red+Green+Blue) = 173+169+76=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA94C is #5256B3. Grayscale: #9F9F9F. Windows color (decimal): -5396148 or 5024173. OLE color: 5024173.

HSL color Cylindrical-coordinate representation of color #ADA94C: hue angle of 57.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADA94C is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 169 76 -
CMYK 0 0.02 0.56 0.32
HSL 57.53º 0.39% 0.49% -
HSV(B) 57.53º 0.56% 0.68% -
XYZ 32.73 37.78 12.41 -
YUV 159.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 173 169 76 0 0.02 0.56 0.32 57.53 0.39 0.49
Hex AD A9 4C 0 2 38 20 3A 27 31
Octal 255 251 114 0 2 70 40 72 47 61
Binary 10101101 10101001 1001100 0 10 111000 100000 111010 100111 110001

Color Harmonies of #ADA94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA94C

Black with #ADA94C

Text Example


Text Example

White with #ADA94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA94C; }

 p { color: rgb(173,169,76); }

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

background-color css

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

 a { background-color: rgb(173,169,76); }

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

border-color css

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

 span { border-color: rgb(173,169,76); }

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