Html Css Color HEX #ACAA4D Brass

📋 copy color: '#ACAA4D'

red 172 ◦ green 170 ◦ blue 77

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

Shades of Brass #ACAA4D

Tints of Brass #ACAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.38%

R = 41.05%
G = 40.57%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ACAA4D (or 0xACAA4D) is known color: Brass. HEX triplet: AC, AA and 4D. RGB value is (172,170,77). Sum of RGB (Red+Green+Blue) = 172+170+77=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA4D is #5355B2. Grayscale: #A0A0A0. Windows color (decimal): -5461427 or 5089964. OLE color: 5089964.

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

Color convert

RGB 172 170 77 -
CMYK 0 0.01 0.55 0.33
HSL 58.74º 0.38% 0.49% -
HSV(B) 58.74º 0.55% 0.67% -
XYZ 32.73 38.06 12.64 -
YUV 160 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 172 170 77 0 0.01 0.55 0.33 58.74 0.38 0.49
Hex AC AA 4D 0 1 37 21 3B 26 31
Octal 254 252 115 0 1 67 41 73 46 61
Binary 10101100 10101010 1001101 0 1 110111 100001 111011 100110 110001

Color Harmonies of #ACAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA4D

Black with #ACAA4D

Text Example


Text Example

White with #ACAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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