Html Css Color HEX #ADA54C Brass

📋 copy color: '#ADA54C'

red 173 ◦ green 165 ◦ blue 76

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

Shades of Brass #ADA54C

Tints of Brass #ADA54C

RGB

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

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

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

R = 41.79%
G = 39.86%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#ADA54C (or 0xADA54C) is known color: Brass. HEX triplet: AD, A5 and 4C. RGB value is (173,165,76). Sum of RGB (Red+Green+Blue) = 173+165+76=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA54C is #525AB3. Grayscale: #9D9D9D. Windows color (decimal): -5397172 or 5023149. OLE color: 5023149.

HSL color Cylindrical-coordinate representation of color #ADA54C: hue angle of 55.05º 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 #ADA54C is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 76 -
CMYK 0 0.05 0.56 0.32
HSL 55.05º 0.39% 0.49% -
HSV(B) 55.05º 0.56% 0.68% -
XYZ 31.99 36.32 12.16 -
YUV 157.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 173 165 76 0 0.05 0.56 0.32 55.05 0.39 0.49
Hex AD A5 4C 0 5 38 20 37 27 31
Octal 255 245 114 0 5 70 40 67 47 61
Binary 10101101 10100101 1001100 0 101 111000 100000 110111 100111 110001

Color Harmonies of #ADA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA54C

Black with #ADA54C

Text Example


Text Example

White with #ADA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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