Html Css Color HEX #ADAC44 Brass

📋 copy color: '#ADAC44'

red 173 ◦ green 172 ◦ blue 68

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

Shades of Brass #ADAC44

Tints of Brass #ADAC44

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 41.89%
G = 41.65%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADAC44 (or 0xADAC44) is known color: Brass. HEX triplet: AD, AC and 44. RGB value is (173,172,68). Sum of RGB (Red+Green+Blue) = 173+172+68=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC44 is #5253BB. Grayscale: #A0A0A0. Windows color (decimal): -5395388 or 4500653. OLE color: 4500653.

HSL color Cylindrical-coordinate representation of color #ADAC44: hue angle of 59.43º 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 #ADAC44 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 68 -
CMYK 0 0.01 0.61 0.32
HSL 59.43º 0.44% 0.47% -
HSV(B) 59.43º 0.61% 0.68% -
XYZ 33.03 38.81 11.22 -
YUV 160.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 173 172 68 0 0.01 0.61 0.32 59.43 0.44 0.47
Hex AD AC 44 0 1 3D 20 3B 2C 2F
Octal 255 254 104 0 1 75 40 73 54 57
Binary 10101101 10101100 1000100 0 1 111101 100000 111011 101100 101111

Color Harmonies of #ADAC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC44

Black with #ADAC44

Text Example


Text Example

White with #ADAC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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