Html Css Color HEX #ADA841 Brass

📋 copy color: '#ADA841'

red 173 ◦ green 168 ◦ blue 65

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

Shades of Brass #ADA841

Tints of Brass #ADA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 42.61%
G = 41.38%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADA841 (or 0xADA841) is known color: Brass. HEX triplet: AD, A8 and 41. RGB value is (173,168,65). Sum of RGB (Red+Green+Blue) = 173+168+65=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA841 is #5257BE. Grayscale: #9E9E9E. Windows color (decimal): -5396415 or 4303021. OLE color: 4303021.

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

Color convert

RGB 173 168 65 -
CMYK 0 0.03 0.62 0.32
HSL 57.22º 0.45% 0.47% -
HSV(B) 57.22º 0.62% 0.68% -
XYZ 32.19 37.27 10.5 -
YUV 157.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 173 168 65 0 0.03 0.62 0.32 57.22 0.45 0.47
Hex AD A8 41 0 3 3E 20 39 2D 2F
Octal 255 250 101 0 3 76 40 71 55 57
Binary 10101101 10101000 1000001 0 11 111110 100000 111001 101101 101111

Color Harmonies of #ADA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA841

Black with #ADA841

Text Example


Text Example

White with #ADA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA841; }

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

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

background-color css

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

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

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

border-color css

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

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

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