Html Css Color HEX #ACAD4A Brass

📋 copy color: '#ACAD4A'

red 172 ◦ green 173 ◦ blue 74

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

Shades of Brass #ACAD4A

Tints of Brass #ACAD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.66%

R = 41.05%
G = 41.29%
B = 17.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#ACAD4A (or 0xACAD4A) is known color: Brass. HEX triplet: AC, AD and 4A. RGB value is (172,173,74). Sum of RGB (Red+Green+Blue) = 172+173+74=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD4A is #5352B5. Grayscale: #A1A1A1. Windows color (decimal): -5460662 or 4894124. OLE color: 4894124.

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

Color convert

RGB 172 173 74 -
CMYK 0.01 0 0.57 0.32
HSL 60.61º 0.4% 0.48% -
HSV(B) 60.61º 0.57% 0.68% -
XYZ 33.19 39.15 12.29 -
YUV 161.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 172 173 74 0.01 0 0.57 0.32 60.61 0.4 0.48
Hex AC AD 4A 1 0 39 20 3D 28 30
Octal 254 255 112 1 0 71 40 75 50 60
Binary 10101100 10101101 1001010 1 0 111001 100000 111101 101000 110000

Color Harmonies of #ACAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD4A

Black with #ACAD4A

Text Example


Text Example

White with #ACAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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