Html Css Color HEX #ADA34A Brass

📋 copy color: '#ADA34A'

red 173 ◦ green 163 ◦ blue 74

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

Shades of Brass #ADA34A

Tints of Brass #ADA34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 42.2%
G = 39.76%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#ADA34A (or 0xADA34A) is known color: Brass. HEX triplet: AD, A3 and 4A. RGB value is (173,163,74). Sum of RGB (Red+Green+Blue) = 173+163+74=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA34A is #525CB5. Grayscale: #9C9C9C. Windows color (decimal): -5397686 or 4891565. OLE color: 4891565.

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

Color convert

RGB 173 163 74 -
CMYK 0 0.06 0.57 0.32
HSL 53.94º 0.4% 0.48% -
HSV(B) 53.94º 0.57% 0.68% -
XYZ 31.57 35.57 11.68 -
YUV 155.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 173 163 74 0 0.06 0.57 0.32 53.94 0.4 0.48
Hex AD A3 4A 0 6 39 20 36 28 30
Octal 255 243 112 0 6 71 40 66 50 60
Binary 10101101 10100011 1001010 0 110 111001 100000 110110 101000 110000

Color Harmonies of #ADA34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA34A

Black with #ADA34A

Text Example


Text Example

White with #ADA34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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