Html Css Color HEX #ADA44C Brass

📋 copy color: '#ADA44C'

red 173 ◦ green 164 ◦ blue 76

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

Shades of Brass #ADA44C

Tints of Brass #ADA44C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

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

R = 41.89%
G = 39.71%
B = 18.4%

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

#ADA44C (or 0xADA44C) is known color: Brass. HEX triplet: AD, A4 and 4C. RGB value is (173,164,76). Sum of RGB (Red+Green+Blue) = 173+164+76=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA44C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA44C is #525BB3. Grayscale: #9D9D9D. Windows color (decimal): -5397428 or 5022893. OLE color: 5022893.

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

Color convert

RGB 173 164 76 -
CMYK 0 0.05 0.56 0.32
HSL 54.43º 0.39% 0.49% -
HSV(B) 54.43º 0.56% 0.68% -
XYZ 31.81 35.96 12.1 -
YUV 156.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 173 164 76 0 0.05 0.56 0.32 54.43 0.39 0.49
Hex AD A4 4C 0 5 38 20 36 27 31
Octal 255 244 114 0 5 70 40 66 47 61
Binary 10101101 10100100 1001100 0 101 111000 100000 110110 100111 110001

Color Harmonies of #ADA44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA44C

Black with #ADA44C

Text Example


Text Example

White with #ADA44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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