Html Css Color HEX #ACAA4A Brass

📋 copy color: '#ACAA4A'

red 172 ◦ green 170 ◦ blue 74

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

Shades of Brass #ACAA4A

Tints of Brass #ACAA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

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

R = 41.35%
G = 40.87%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ACAA4A (or 0xACAA4A) is known color: Brass. HEX triplet: AC, AA and 4A. RGB value is (172,170,74). Sum of RGB (Red+Green+Blue) = 172+170+74=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA4A is #5355B5. Grayscale: #A0A0A0. Windows color (decimal): -5461430 or 4893356. OLE color: 4893356.

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

Color convert

RGB 172 170 74 -
CMYK 0 0.01 0.57 0.33
HSL 58.78º 0.4% 0.48% -
HSV(B) 58.78º 0.57% 0.67% -
XYZ 32.62 38.01 12.1 -
YUV 159.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 172 170 74 0 0.01 0.57 0.33 58.78 0.4 0.48
Hex AC AA 4A 0 1 39 21 3B 28 30
Octal 254 252 112 0 1 71 41 73 50 60
Binary 10101100 10101010 1001010 0 1 111001 100001 111011 101000 110000

Color Harmonies of #ACAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA4A

Black with #ACAA4A

Text Example


Text Example

White with #ACAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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