Html Css Color HEX #ADA538 Brass

📋 copy color: '#ADA538'

red 173 ◦ green 165 ◦ blue 56

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

Shades of Brass #ADA538

Tints of Brass #ADA538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.21%

R = 43.91%
G = 41.88%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADA538 (or 0xADA538) is known color: Brass. HEX triplet: AD, A5 and 38. RGB value is (173,165,56). Sum of RGB (Red+Green+Blue) = 173+165+56=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA538 is #525AC7. Grayscale: #9B9B9B. Windows color (decimal): -5397192 or 3712429. OLE color: 3712429.

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

Color convert

RGB 173 165 56 -
CMYK 0 0.05 0.68 0.32
HSL 55.9º 0.51% 0.45% -
HSV(B) 55.9º 0.68% 0.68% -
XYZ 31.4 36.08 9.05 -
YUV 154.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 173 165 56 0 0.05 0.68 0.32 55.9 0.51 0.45
Hex AD A5 38 0 5 44 20 38 33 2D
Octal 255 245 70 0 5 104 40 70 63 55
Binary 10101101 10100101 111000 0 101 1000100 100000 111000 110011 101101

Color Harmonies of #ADA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA538

Black with #ADA538

Text Example


Text Example

White with #ADA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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