Html Css Color HEX #ADA74E Brass

📋 copy color: '#ADA74E'

red 173 ◦ green 167 ◦ blue 78

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

Shades of Brass #ADA74E

Tints of Brass #ADA74E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 41.39%
G = 39.95%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADA74E (or 0xADA74E) is known color: Brass. HEX triplet: AD, A7 and 4E. RGB value is (173,167,78). Sum of RGB (Red+Green+Blue) = 173+167+78=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA74E is #5258B1. Grayscale: #9F9F9F. Windows color (decimal): -5396658 or 5154733. OLE color: 5154733.

HSL color Cylindrical-coordinate representation of color #ADA74E: hue angle of 56.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADA74E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 78 -
CMYK 0 0.03 0.55 0.32
HSL 56.21º 0.38% 0.49% -
HSV(B) 56.21º 0.55% 0.68% -
XYZ 32.43 37.07 12.65 -
YUV 158.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 173 167 78 0 0.03 0.55 0.32 56.21 0.38 0.49
Hex AD A7 4E 0 3 37 20 38 26 31
Octal 255 247 116 0 3 67 40 70 46 61
Binary 10101101 10100111 1001110 0 11 110111 100000 111000 100110 110001

Color Harmonies of #ADA74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA74E

Black with #ADA74E

Text Example


Text Example

White with #ADA74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA74E; }

 p { color: rgb(173,167,78); }

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

background-color css

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

 a { background-color: rgb(173,167,78); }

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

border-color css

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

 span { border-color: rgb(173,167,78); }

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