Html Css Color HEX #ADAA3D Brass

📋 copy color: '#ADAA3D'

red 173 ◦ green 170 ◦ blue 61

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

Shades of Brass #ADAA3D

Tints of Brass #ADAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.08%

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 42.82%
G = 42.08%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#ADAA3D (or 0xADAA3D) is known color: Brass. HEX triplet: AD, AA and 3D. RGB value is (173,170,61). Sum of RGB (Red+Green+Blue) = 173+170+61=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA3D is #5255C2. Grayscale: #9E9E9E. Windows color (decimal): -5395907 or 4041389. OLE color: 4041389.

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

Color convert

RGB 173 170 61 -
CMYK 0 0.02 0.65 0.32
HSL 58.39º 0.48% 0.46% -
HSV(B) 58.39º 0.65% 0.68% -
XYZ 32.45 37.97 10.03 -
YUV 158.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 173 170 61 0 0.02 0.65 0.32 58.39 0.48 0.46
Hex AD AA 3D 0 2 41 20 3A 30 2E
Octal 255 252 75 0 2 101 40 72 60 56
Binary 10101101 10101010 111101 0 10 1000001 100000 111010 110000 101110

Color Harmonies of #ADAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA3D

Black with #ADAA3D

Text Example


Text Example

White with #ADAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA3D; }

 p { color: rgb(173,170,61); }

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

background-color css

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

 a { background-color: rgb(173,170,61); }

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

border-color css

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

 span { border-color: rgb(173,170,61); }

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