Html Css Color HEX #ADA13B Brass

📋 copy color: '#ADA13B'

red 173 ◦ green 161 ◦ blue 59

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

Shades of Brass #ADA13B

Tints of Brass #ADA13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 44.02%
G = 40.97%
B = 15.01%

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

#ADA13B (or 0xADA13B) is known color: Brass. HEX triplet: AD, A1 and 3B. RGB value is (173,161,59). Sum of RGB (Red+Green+Blue) = 173+161+59=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA13B is #525EC4. Grayscale: #999999. Windows color (decimal): -5398213 or 3908013. OLE color: 3908013.

HSL color Cylindrical-coordinate representation of color #ADA13B: hue angle of 53.68º degrees, saturation: 0.49, 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 #ADA13B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 59 -
CMYK 0 0.07 0.66 0.32
HSL 53.68º 0.49% 0.45% -
HSV(B) 53.68º 0.66% 0.68% -
XYZ 30.77 34.69 9.21 -
YUV 152.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 173 161 59 0 0.07 0.66 0.32 53.68 0.49 0.45
Hex AD A1 3B 0 7 42 20 36 31 2D
Octal 255 241 73 0 7 102 40 66 61 55
Binary 10101101 10100001 111011 0 111 1000010 100000 110110 110001 101101

Color Harmonies of #ADA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA13B

Black with #ADA13B

Text Example


Text Example

White with #ADA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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