Html Css Color HEX #ADA44E Brass

📋 copy color: '#ADA44E'

red 173 ◦ green 164 ◦ blue 78

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

Shades of Brass #ADA44E

Tints of Brass #ADA44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 41.69%
G = 39.52%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADA44E (or 0xADA44E) is known color: Brass. HEX triplet: AD, A4 and 4E. RGB value is (173,164,78). Sum of RGB (Red+Green+Blue) = 173+164+78=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA44E is #525BB1. Grayscale: #9D9D9D. Windows color (decimal): -5397426 or 5153965. OLE color: 5153965.

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

Color convert

RGB 173 164 78 -
CMYK 0 0.05 0.55 0.32
HSL 54.32º 0.38% 0.49% -
HSV(B) 54.32º 0.55% 0.68% -
XYZ 31.88 35.99 12.47 -
YUV 156.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 173 164 78 0 0.05 0.55 0.32 54.32 0.38 0.49
Hex AD A4 4E 0 5 37 20 36 26 31
Octal 255 244 116 0 5 67 40 66 46 61
Binary 10101101 10100100 1001110 0 101 110111 100000 110110 100110 110001

Color Harmonies of #ADA44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA44E

Black with #ADA44E

Text Example


Text Example

White with #ADA44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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