Html Css Color HEX #ADA944 Brass

📋 copy color: '#ADA944'

red 173 ◦ green 169 ◦ blue 68

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

Shades of Brass #ADA944

Tints of Brass #ADA944

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

 BLUE value IS 68 (26.95% from 255) = 16.59%

R = 42.2%
G = 41.22%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADA944 (or 0xADA944) is known color: Brass. HEX triplet: AD, A9 and 44. RGB value is (173,169,68). Sum of RGB (Red+Green+Blue) = 173+169+68=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA944 is #5256BB. Grayscale: #9F9F9F. Windows color (decimal): -5396156 or 4499885. OLE color: 4499885.

HSL color Cylindrical-coordinate representation of color #ADA944: hue angle of 57.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADA944 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 169 68 -
CMYK 0 0.02 0.61 0.32
HSL 57.71º 0.44% 0.47% -
HSV(B) 57.71º 0.61% 0.68% -
XYZ 32.46 37.68 11.03 -
YUV 158.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 173 169 68 0 0.02 0.61 0.32 57.71 0.44 0.47
Hex AD A9 44 0 2 3D 20 3A 2C 2F
Octal 255 251 104 0 2 75 40 72 54 57
Binary 10101101 10101001 1000100 0 10 111101 100000 111010 101100 101111

Color Harmonies of #ADA944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA944

Black with #ADA944

Text Example


Text Example

White with #ADA944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA944; }

 p { color: rgb(173,169,68); }

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

background-color css

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

 a { background-color: rgb(173,169,68); }

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

border-color css

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

 span { border-color: rgb(173,169,68); }

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