Html Css Color HEX #ACAD42 Brass

📋 copy color: '#ACAD42'

red 172 ◦ green 173 ◦ blue 66

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

Shades of Brass #ACAD42

Tints of Brass #ACAD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.06%

R = 41.85%
G = 42.09%
B = 16.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ACAD42 (or 0xACAD42) is known color: Brass. HEX triplet: AC, AD and 42. RGB value is (172,173,66). Sum of RGB (Red+Green+Blue) = 172+173+66=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD42 is #5352BD. Grayscale: #A0A0A0. Windows color (decimal): -5460670 or 4369836. OLE color: 4369836.

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

Color convert

RGB 172 173 66 -
CMYK 0.01 0 0.62 0.32
HSL 60.56º 0.45% 0.47% -
HSV(B) 60.56º 0.62% 0.68% -
XYZ 32.94 39.05 10.96 -
YUV 160.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 172 173 66 0.01 0 0.62 0.32 60.56 0.45 0.47
Hex AC AD 42 1 0 3E 20 3D 2D 2F
Octal 254 255 102 1 0 76 40 75 55 57
Binary 10101100 10101101 1000010 1 0 111110 100000 111101 101101 101111

Color Harmonies of #ACAD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD42

Black with #ACAD42

Text Example


Text Example

White with #ACAD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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