Html Css Color HEX #ADA941 Brass

📋 copy color: '#ADA941'

red 173 ◦ green 169 ◦ blue 65

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

Shades of Brass #ADA941

Tints of Brass #ADA941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 42.51%
G = 41.52%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADA941 (or 0xADA941) is known color: Brass. HEX triplet: AD, A9 and 41. RGB value is (173,169,65). Sum of RGB (Red+Green+Blue) = 173+169+65=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA941 is #5256BE. Grayscale: #9E9E9E. Windows color (decimal): -5396159 or 4303277. OLE color: 4303277.

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

Color convert

RGB 173 169 65 -
CMYK 0 0.02 0.62 0.32
HSL 57.78º 0.45% 0.47% -
HSV(B) 57.78º 0.62% 0.68% -
XYZ 32.38 37.64 10.56 -
YUV 158.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 173 169 65 0 0.02 0.62 0.32 57.78 0.45 0.47
Hex AD A9 41 0 2 3E 20 3A 2D 2F
Octal 255 251 101 0 2 76 40 72 55 57
Binary 10101101 10101001 1000001 0 10 111110 100000 111010 101101 101111

Color Harmonies of #ADA941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA941

Black with #ADA941

Text Example


Text Example

White with #ADA941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA941; }

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

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

background-color css

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

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

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

border-color css

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

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

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