Html Css Color HEX #ADA744 Brass

📋 copy color: '#ADA744'

red 173 ◦ green 167 ◦ blue 68

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

Shades of Brass #ADA744

Tints of Brass #ADA744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 42.4%
G = 40.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADA744 (or 0xADA744) is known color: Brass. HEX triplet: AD, A7 and 44. RGB value is (173,167,68). Sum of RGB (Red+Green+Blue) = 173+167+68=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA744 is #5258BB. Grayscale: #9D9D9D. Windows color (decimal): -5396668 or 4499373. OLE color: 4499373.

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

Color convert

RGB 173 167 68 -
CMYK 0 0.03 0.61 0.32
HSL 56.57º 0.44% 0.47% -
HSV(B) 56.57º 0.61% 0.68% -
XYZ 32.1 36.94 10.91 -
YUV 157.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 173 167 68 0 0.03 0.61 0.32 56.57 0.44 0.47
Hex AD A7 44 0 3 3D 20 39 2C 2F
Octal 255 247 104 0 3 75 40 71 54 57
Binary 10101101 10100111 1000100 0 11 111101 100000 111001 101100 101111

Color Harmonies of #ADA744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA744

Black with #ADA744

Text Example


Text Example

White with #ADA744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA744; }

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

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

background-color css

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

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

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

border-color css

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

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

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