Html Css Color HEX #ADAC45 Brass

📋 copy color: '#ADAC45'

red 173 ◦ green 172 ◦ blue 69

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

Shades of Brass #ADAC45

Tints of Brass #ADAC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.67%

R = 41.79%
G = 41.55%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADAC45 (or 0xADAC45) is known color: Brass. HEX triplet: AD, AC and 45. RGB value is (173,172,69). Sum of RGB (Red+Green+Blue) = 173+172+69=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC45 is #5253BA. Grayscale: #A0A0A0. Windows color (decimal): -5395387 or 4566189. OLE color: 4566189.

HSL color Cylindrical-coordinate representation of color #ADAC45: hue angle of 59.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADAC45 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 69 -
CMYK 0 0.01 0.60 0.32
HSL 59.42º 0.43% 0.47% -
HSV(B) 59.42º 0.6% 0.68% -
XYZ 33.06 38.82 11.38 -
YUV 160.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 173 172 69 0 0.01 0.60 0.32 59.42 0.43 0.47
Hex AD AC 45 0 1 3C 20 3B 2B 2F
Octal 255 254 105 0 1 74 40 73 53 57
Binary 10101101 10101100 1000101 0 1 111100 100000 111011 101011 101111

Color Harmonies of #ADAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC45

Black with #ADAC45

Text Example


Text Example

White with #ADAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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