Html Css Color HEX #ADA241 Brass

📋 copy color: '#ADA241'

red 173 ◦ green 162 ◦ blue 65

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

Shades of Brass #ADA241

Tints of Brass #ADA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 43.25%
G = 40.5%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADA241 (or 0xADA241) is known color: Brass. HEX triplet: AD, A2 and 41. RGB value is (173,162,65). Sum of RGB (Red+Green+Blue) = 173+162+65=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA241 is #525DBE. Grayscale: #9A9A9A. Windows color (decimal): -5397951 or 4301485. OLE color: 4301485.

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

Color convert

RGB 173 162 65 -
CMYK 0 0.06 0.62 0.32
HSL 53.89º 0.45% 0.47% -
HSV(B) 53.89º 0.62% 0.68% -
XYZ 31.11 35.11 10.14 -
YUV 154.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 173 162 65 0 0.06 0.62 0.32 53.89 0.45 0.47
Hex AD A2 41 0 6 3E 20 36 2D 2F
Octal 255 242 101 0 6 76 40 66 55 57
Binary 10101101 10100010 1000001 0 110 111110 100000 110110 101101 101111

Color Harmonies of #ADA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA241

Black with #ADA241

Text Example


Text Example

White with #ADA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA241; }

 p { color: rgb(173,162,65); }

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

background-color css

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

 a { background-color: rgb(173,162,65); }

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

border-color css

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

 span { border-color: rgb(173,162,65); }

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