Html Css Color HEX #ADA545 Brass

📋 copy color: '#ADA545'

red 173 ◦ green 165 ◦ blue 69

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

Shades of Brass #ADA545

Tints of Brass #ADA545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 42.51%
G = 40.54%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA545 (or 0xADA545) is known color: Brass. HEX triplet: AD, A5 and 45. RGB value is (173,165,69). Sum of RGB (Red+Green+Blue) = 173+165+69=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA545 is #525ABA. Grayscale: #9C9C9C. Windows color (decimal): -5397179 or 4564397. OLE color: 4564397.

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

Color convert

RGB 173 165 69 -
CMYK 0 0.05 0.60 0.32
HSL 55.38º 0.43% 0.47% -
HSV(B) 55.38º 0.6% 0.68% -
XYZ 31.76 36.22 10.95 -
YUV 156.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 173 165 69 0 0.05 0.60 0.32 55.38 0.43 0.47
Hex AD A5 45 0 5 3C 20 37 2B 2F
Octal 255 245 105 0 5 74 40 67 53 57
Binary 10101101 10100101 1000101 0 101 111100 100000 110111 101011 101111

Color Harmonies of #ADA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA545

Black with #ADA545

Text Example


Text Example

White with #ADA545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA545; }

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

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

background-color css

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

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

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

border-color css

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

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

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