Html Css Color HEX #ADA441 Brass

📋 copy color: '#ADA441'

red 173 ◦ green 164 ◦ blue 65

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

Shades of Brass #ADA441

Tints of Brass #ADA441

RGB

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

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

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

R = 43.03%
G = 40.8%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADA441 (or 0xADA441) is known color: Brass. HEX triplet: AD, A4 and 41. RGB value is (173,164,65). Sum of RGB (Red+Green+Blue) = 173+164+65=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA441 is #525BBE. Grayscale: #9B9B9B. Windows color (decimal): -5397439 or 4301997. OLE color: 4301997.

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

Color convert

RGB 173 164 65 -
CMYK 0 0.05 0.62 0.32
HSL 55º 0.45% 0.47% -
HSV(B) 55º 0.62% 0.68% -
XYZ 31.46 35.82 10.26 -
YUV 155.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 173 164 65 0 0.05 0.62 0.32 55 0.45 0.47
Hex AD A4 41 0 5 3E 20 37 2D 2F
Octal 255 244 101 0 5 76 40 67 55 57
Binary 10101101 10100100 1000001 0 101 111110 100000 110111 101101 101111

Color Harmonies of #ADA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA441

Black with #ADA441

Text Example


Text Example

White with #ADA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA441; }

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

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

background-color css

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

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

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

border-color css

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

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

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