Html Css Color HEX #ADA440 Brass

📋 copy color: '#ADA440'

red 173 ◦ green 164 ◦ blue 64

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

Shades of Brass #ADA440

Tints of Brass #ADA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 43.14%
G = 40.9%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#ADA440 (or 0xADA440) is known color: Brass. HEX triplet: AD, A4 and 40. RGB value is (173,164,64). Sum of RGB (Red+Green+Blue) = 173+164+64=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA440 is #525BBF. Grayscale: #9B9B9B. Windows color (decimal): -5397440 or 4236461. OLE color: 4236461.

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

Color convert

RGB 173 164 64 -
CMYK 0 0.05 0.63 0.32
HSL 55.05º 0.46% 0.46% -
HSV(B) 55.05º 0.63% 0.68% -
XYZ 31.43 35.81 10.1 -
YUV 155.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 173 164 64 0 0.05 0.63 0.32 55.05 0.46 0.46
Hex AD A4 40 0 5 3F 20 37 2E 2E
Octal 255 244 100 0 5 77 40 67 56 56
Binary 10101101 10100100 1000000 0 101 111111 100000 110111 101110 101110

Color Harmonies of #ADA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA440

Black with #ADA440

Text Example


Text Example

White with #ADA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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