Html Css Color HEX #ADA543 Brass

📋 copy color: '#ADA543'

red 173 ◦ green 165 ◦ blue 67

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

Shades of Brass #ADA543

Tints of Brass #ADA543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.54%

R = 42.72%
G = 40.74%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADA543 (or 0xADA543) is known color: Brass. HEX triplet: AD, A5 and 43. RGB value is (173,165,67). Sum of RGB (Red+Green+Blue) = 173+165+67=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA543 is #525ABC. Grayscale: #9C9C9C. Windows color (decimal): -5397181 or 4433325. OLE color: 4433325.

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

Color convert

RGB 173 165 67 -
CMYK 0 0.05 0.61 0.32
HSL 55.47º 0.44% 0.47% -
HSV(B) 55.47º 0.61% 0.68% -
XYZ 31.7 36.2 10.63 -
YUV 156.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 173 165 67 0 0.05 0.61 0.32 55.47 0.44 0.47
Hex AD A5 43 0 5 3D 20 37 2C 2F
Octal 255 245 103 0 5 75 40 67 54 57
Binary 10101101 10100101 1000011 0 101 111101 100000 110111 101100 101111

Color Harmonies of #ADA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA543

Black with #ADA543

Text Example


Text Example

White with #ADA543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA543; }

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

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

background-color css

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

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

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

border-color css

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

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

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