Html Css Color HEX #ADAC3F Brass

📋 copy color: '#ADAC3F'

red 173 ◦ green 172 ◦ blue 63

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

Shades of Brass #ADAC3F

Tints of Brass #ADAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.44%

R = 42.4%
G = 42.16%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADAC3F (or 0xADAC3F) is known color: Brass. HEX triplet: AD, AC and 3F. RGB value is (173,172,63). Sum of RGB (Red+Green+Blue) = 173+172+63=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC3F is #5253C0. Grayscale: #A0A0A0. Windows color (decimal): -5395393 or 4172973. OLE color: 4172973.

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

Color convert

RGB 173 172 63 -
CMYK 0 0.01 0.64 0.32
HSL 59.45º 0.47% 0.46% -
HSV(B) 59.45º 0.64% 0.68% -
XYZ 32.88 38.75 10.45 -
YUV 159.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 173 172 63 0 0.01 0.64 0.32 59.45 0.47 0.46
Hex AD AC 3F 0 1 40 20 3B 2F 2E
Octal 255 254 77 0 1 100 40 73 57 56
Binary 10101101 10101100 111111 0 1 1000000 100000 111011 101111 101110

Color Harmonies of #ADAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC3F

Black with #ADAC3F

Text Example


Text Example

White with #ADAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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