Html Css Color HEX #ADA13E Brass

📋 copy color: '#ADA13E'

red 173 ◦ green 161 ◦ blue 62

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

Shades of Brass #ADA13E

Tints of Brass #ADA13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.66%

R = 43.69%
G = 40.66%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA13E (or 0xADA13E) is known color: Brass. HEX triplet: AD, A1 and 3E. RGB value is (173,161,62). Sum of RGB (Red+Green+Blue) = 173+161+62=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA13E is #525EC1. Grayscale: #999999. Windows color (decimal): -5398210 or 4104621. OLE color: 4104621.

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

Color convert

RGB 173 161 62 -
CMYK 0 0.07 0.64 0.32
HSL 53.51º 0.47% 0.46% -
HSV(B) 53.51º 0.64% 0.68% -
XYZ 30.85 34.72 9.63 -
YUV 153.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 173 161 62 0 0.07 0.64 0.32 53.51 0.47 0.46
Hex AD A1 3E 0 7 40 20 36 2F 2E
Octal 255 241 76 0 7 100 40 66 57 56
Binary 10101101 10100001 111110 0 111 1000000 100000 110110 101111 101110

Color Harmonies of #ADA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA13E

Black with #ADA13E

Text Example


Text Example

White with #ADA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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