Html Css Color HEX #ACAD44 Brass

📋 copy color: '#ACAD44'

red 172 ◦ green 173 ◦ blue 68

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

Shades of Brass #ACAD44

Tints of Brass #ACAD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.46%

R = 41.65%
G = 41.89%
B = 16.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ACAD44 (or 0xACAD44) is known color: Brass. HEX triplet: AC, AD and 44. RGB value is (172,173,68). Sum of RGB (Red+Green+Blue) = 172+173+68=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD44 is #5352BB. Grayscale: #A1A1A1. Windows color (decimal): -5460668 or 4500908. OLE color: 4500908.

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

Color convert

RGB 172 173 68 -
CMYK 0.01 0 0.61 0.32
HSL 60.57º 0.44% 0.47% -
HSV(B) 60.57º 0.61% 0.68% -
XYZ 33 39.08 11.27 -
YUV 160.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 172 173 68 0.01 0 0.61 0.32 60.57 0.44 0.47
Hex AC AD 44 1 0 3D 20 3D 2C 2F
Octal 254 255 104 1 0 75 40 75 54 57
Binary 10101100 10101101 1000100 1 0 111101 100000 111101 101100 101111

Color Harmonies of #ACAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD44

Black with #ACAD44

Text Example


Text Example

White with #ACAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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