Html Css Color HEX #ADAC4C Brass

📋 copy color: '#ADAC4C'

red 173 ◦ green 172 ◦ blue 76

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

Shades of Brass #ADAC4C

Tints of Brass #ADAC4C

RGB

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

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

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

R = 41.09%
G = 40.86%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#ADAC4C (or 0xADAC4C) is known color: Brass. HEX triplet: AD, AC and 4C. RGB value is (173,172,76). Sum of RGB (Red+Green+Blue) = 173+172+76=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC4C is #5253B3. Grayscale: #A1A1A1. Windows color (decimal): -5395380 or 5024941. OLE color: 5024941.

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

Color convert

RGB 173 172 76 -
CMYK 0 0.01 0.56 0.32
HSL 59.38º 0.39% 0.49% -
HSV(B) 59.38º 0.56% 0.68% -
XYZ 33.29 38.91 12.59 -
YUV 161.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 173 172 76 0 0.01 0.56 0.32 59.38 0.39 0.49
Hex AD AC 4C 0 1 38 20 3B 27 31
Octal 255 254 114 0 1 70 40 73 47 61
Binary 10101101 10101100 1001100 0 1 111000 100000 111011 100111 110001

Color Harmonies of #ADAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC4C

Black with #ADAC4C

Text Example


Text Example

White with #ADAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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