Html Css Color HEX #ADA045 Brass

📋 copy color: '#ADA045'

red 173 ◦ green 160 ◦ blue 69

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

Shades of Brass #ADA045

Tints of Brass #ADA045

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 43.03%
G = 39.8%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA045 (or 0xADA045) is known color: Brass. HEX triplet: AD, A0 and 45. RGB value is (173,160,69). Sum of RGB (Red+Green+Blue) = 173+160+69=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA045 is #525FBA. Grayscale: #999999. Windows color (decimal): -5398459 or 4563117. OLE color: 4563117.

HSL color Cylindrical-coordinate representation of color #ADA045: hue angle of 52.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADA045 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 69 -
CMYK 0 0.08 0.60 0.32
HSL 52.5º 0.43% 0.47% -
HSV(B) 52.5º 0.6% 0.68% -
XYZ 30.88 34.46 10.65 -
YUV 153.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 173 160 69 0 0.08 0.60 0.32 52.5 0.43 0.47
Hex AD A0 45 0 8 3C 20 34 2B 2F
Octal 255 240 105 0 10 74 40 64 53 57
Binary 10101101 10100000 1000101 0 1000 111100 100000 110100 101011 101111

Color Harmonies of #ADA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA045

Black with #ADA045

Text Example


Text Example

White with #ADA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA045; }

 p { color: rgb(173,160,69); }

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

background-color css

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

 a { background-color: rgb(173,160,69); }

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

border-color css

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

 span { border-color: rgb(173,160,69); }

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