Html Css Color HEX #ADA340 Brass

📋 copy color: '#ADA340'

red 173 ◦ green 163 ◦ blue 64

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

Shades of Brass #ADA340

Tints of Brass #ADA340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

 BLUE value IS 64 (25.39% from 255) = 16%

R = 43.25%
G = 40.75%
B = 16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#ADA340 (or 0xADA340) is known color: Brass. HEX triplet: AD, A3 and 40. RGB value is (173,163,64). Sum of RGB (Red+Green+Blue) = 173+163+64=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA340 is #525CBF. Grayscale: #9B9B9B. Windows color (decimal): -5397696 or 4236205. OLE color: 4236205.

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

Color convert

RGB 173 163 64 -
CMYK 0 0.06 0.63 0.32
HSL 54.5º 0.46% 0.46% -
HSV(B) 54.5º 0.63% 0.68% -
XYZ 31.26 35.45 10.05 -
YUV 154.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 173 163 64 0 0.06 0.63 0.32 54.5 0.46 0.46
Hex AD A3 40 0 6 3F 20 36 2E 2E
Octal 255 243 100 0 6 77 40 66 56 56
Binary 10101101 10100011 1000000 0 110 111111 100000 110110 101110 101110

Color Harmonies of #ADA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA340

Black with #ADA340

Text Example


Text Example

White with #ADA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA340; }

 p { color: rgb(173,163,64); }

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

background-color css

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

 a { background-color: rgb(173,163,64); }

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

border-color css

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

 span { border-color: rgb(173,163,64); }

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