Html Css Color HEX #ADA43C Brass

📋 copy color: '#ADA43C'

red 173 ◦ green 164 ◦ blue 60

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

Shades of Brass #ADA43C

Tints of Brass #ADA43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 43.58%
G = 41.31%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#ADA43C (or 0xADA43C) is known color: Brass. HEX triplet: AD, A4 and 3C. RGB value is (173,164,60). Sum of RGB (Red+Green+Blue) = 173+164+60=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA43C is #525BC3. Grayscale: #9B9B9B. Windows color (decimal): -5397444 or 3974317. OLE color: 3974317.

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

Color convert

RGB 173 164 60 -
CMYK 0 0.05 0.65 0.32
HSL 55.22º 0.48% 0.46% -
HSV(B) 55.22º 0.65% 0.68% -
XYZ 31.32 35.76 9.53 -
YUV 154.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 173 164 60 0 0.05 0.65 0.32 55.22 0.48 0.46
Hex AD A4 3C 0 5 41 20 37 30 2E
Octal 255 244 74 0 5 101 40 67 60 56
Binary 10101101 10100100 111100 0 101 1000001 100000 110111 110000 101110

Color Harmonies of #ADA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA43C

Black with #ADA43C

Text Example


Text Example

White with #ADA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA43C; }

 p { color: rgb(173,164,60); }

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

background-color css

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

 a { background-color: rgb(173,164,60); }

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

border-color css

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

 span { border-color: rgb(173,164,60); }

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