Html Css Color HEX #ACAD3F Brass

📋 copy color: '#ACAD3F'

red 172 ◦ green 173 ◦ blue 63

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

Shades of Brass #ACAD3F

Tints of Brass #ACAD3F

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 172 173 63 -
CMYK 0.01 0 0.64 0.32
HSL 60.55º 0.47% 0.46% -
HSV(B) 60.55º 0.64% 0.68% -
XYZ 32.85 39.02 10.5 -
YUV 160.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 172 173 63 0.01 0 0.64 0.32 60.55 0.47 0.46
Hex AC AD 3F 1 0 40 20 3D 2F 2E
Octal 254 255 77 1 0 100 40 75 57 56
Binary 10101100 10101101 111111 1 0 1000000 100000 111101 101111 101110

Color Harmonies of #ACAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD3F

Black with #ACAD3F

Text Example


Text Example

White with #ACAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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