Html Css Color HEX #ADA54A Brass

📋 copy color: '#ADA54A'

red 173 ◦ green 165 ◦ blue 74

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

Shades of Brass #ADA54A

Tints of Brass #ADA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 41.99%
G = 40.05%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#ADA54A (or 0xADA54A) is known color: Brass. HEX triplet: AD, A5 and 4A. RGB value is (173,165,74). Sum of RGB (Red+Green+Blue) = 173+165+74=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA54A is #525AB5. Grayscale: #9D9D9D. Windows color (decimal): -5397174 or 4892077. OLE color: 4892077.

HSL color Cylindrical-coordinate representation of color #ADA54A: hue angle of 55.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADA54A is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 74 -
CMYK 0 0.05 0.57 0.32
HSL 55.15º 0.4% 0.48% -
HSV(B) 55.15º 0.57% 0.68% -
XYZ 31.92 36.29 11.8 -
YUV 157.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 173 165 74 0 0.05 0.57 0.32 55.15 0.4 0.48
Hex AD A5 4A 0 5 39 20 37 28 30
Octal 255 245 112 0 5 71 40 67 50 60
Binary 10101101 10100101 1001010 0 101 111001 100000 110111 101000 110000

Color Harmonies of #ADA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA54A

Black with #ADA54A

Text Example


Text Example

White with #ADA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA54A; }

 p { color: rgb(173,165,74); }

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

background-color css

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

 a { background-color: rgb(173,165,74); }

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

border-color css

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

 span { border-color: rgb(173,165,74); }

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