Html Css Color HEX #ADA13A Brass

📋 copy color: '#ADA13A'

red 173 ◦ green 161 ◦ blue 58

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

Shades of Brass #ADA13A

Tints of Brass #ADA13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.07%

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 44.13%
G = 41.07%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#ADA13A (or 0xADA13A) is known color: Brass. HEX triplet: AD, A1 and 3A. RGB value is (173,161,58). Sum of RGB (Red+Green+Blue) = 173+161+58=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA13A is #525EC5. Grayscale: #999999. Windows color (decimal): -5398214 or 3842477. OLE color: 3842477.

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

Color convert

RGB 173 161 58 -
CMYK 0 0.07 0.66 0.32
HSL 53.74º 0.5% 0.45% -
HSV(B) 53.74º 0.66% 0.68% -
XYZ 30.74 34.68 9.08 -
YUV 152.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 173 161 58 0 0.07 0.66 0.32 53.74 0.5 0.45
Hex AD A1 3A 0 7 42 20 36 32 2D
Octal 255 241 72 0 7 102 40 66 62 55
Binary 10101101 10100001 111010 0 111 1000010 100000 110110 110010 101101

Color Harmonies of #ADA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA13A

Black with #ADA13A

Text Example


Text Example

White with #ADA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA13A; }

 p { color: rgb(173,161,58); }

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

background-color css

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

 a { background-color: rgb(173,161,58); }

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

border-color css

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

 span { border-color: rgb(173,161,58); }

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